Skip to content

Commit 0c5e3fe

Browse files
Update Node.js to v24
1 parent 6e6289c commit 0c5e3fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@master
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 24
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm install
1717
- run: npm test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.14.2
1+
24.16.0

0 commit comments

Comments
 (0)