Skip to content

Commit e482190

Browse files
authored
Use Node.js 24 in CI (#2)
1 parent 59bc642 commit e482190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: '22'
20+
node-version: '24'
2121
- name: Update npm
2222
run: npm install -g npm@latest
2323
- name: Update and Publish

0 commit comments

Comments
 (0)