We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa50499 + 43c3e8c commit 5b52ae8Copy full SHA for 5b52ae8
.github/workflows/deploy.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set-up Node
25
uses: actions/setup-node@v6
26
with:
27
- node-version: 20
+ node-version: 24
28
cache: 'pnpm'
29
registry-url: 'https://registry.npmjs.org'
30
- name: Update npm
@@ -35,7 +35,7 @@ jobs:
35
npm publish
36
- name: Build Changelog
37
id: build_changelog
38
- uses: mikepenz/release-changelog-builder-action@v5
+ uses: mikepenz/release-changelog-builder-action@v6
39
40
configurationJson: |
41
{
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
- name: Install
run: pnpm install --ignore-scripts --prefer-offline
0 commit comments