Skip to content

Commit 24c37ef

Browse files
committed
Fix node version
1 parent 96342d9 commit 24c37ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '22'
3131
cache: 'npm'
3232
- uses: actions/cache@v4
3333
with:

0 commit comments

Comments
 (0)