Skip to content

Commit 26a276b

Browse files
AU87XU_ingAU87XU_ing
authored andcommitted
try different node version
1 parent 030a614 commit 26a276b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
FORCE_COLOR: 0
3030
with:
31-
node-version: '20'
31+
node-version: '24'
3232
cache: 'npm'
3333
registry-url: 'https://registry.npmjs.org'
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
FORCE_COLOR: 0
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: 'npm'
3232
registry-url: 'https://registry.npmjs.org'
3333

0 commit comments

Comments
 (0)