Skip to content

Commit 5b52ae8

Browse files
Merge 43c3e8c into fa50499
2 parents fa50499 + 43c3e8c commit 5b52ae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set-up Node
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: 'pnpm'
2929
registry-url: 'https://registry.npmjs.org'
3030
- name: Update npm
@@ -35,7 +35,7 @@ jobs:
3535
npm publish
3636
- name: Build Changelog
3737
id: build_changelog
38-
uses: mikepenz/release-changelog-builder-action@v5
38+
uses: mikepenz/release-changelog-builder-action@v6
3939
with:
4040
configurationJson: |
4141
{

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
cache: 'pnpm'
2727
- name: Install
2828
run: pnpm install --ignore-scripts --prefer-offline

0 commit comments

Comments
 (0)