Skip to content

Commit 9f77263

Browse files
authored
Merge pull request #24 from bordeux/fix/upgrade-node-version
fix: upgrade Node.js version from 20 to 24
2 parents 0b2150a + 1aef904 commit 9f77263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131

3232
- name: Install dependencies
3333
run: npm ci

0 commit comments

Comments
 (0)