Skip to content

Commit 20e119a

Browse files
committed
Use node24
1 parent 97c5b32 commit 20e119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '20'
39+
node-version: '24'
4040
cache: 'npm'
4141
- name: Install npm dependencies
4242
run: npm ci

0 commit comments

Comments
 (0)