Skip to content

Commit 9892e08

Browse files
committed
chore: update npm-check-updates to version 19.1.1 and semantic-release to version 25.0.0
1 parent 6155d91 commit 9892e08

File tree

4 files changed

+132
-110
lines changed

4 files changed

+132
-110
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v5
2121
with:
22-
node-version: '20'
22+
node-version: '22'
2323
cache: 'npm'
2424
cache-dependency-path: 'bun.lock'
2525
registry-url: 'https://registry.npmjs.org/'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v5
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828
cache: 'npm'
2929
cache-dependency-path: 'bun.lock'
3030
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)