Skip to content

Commit e59d182

Browse files
authored
Use node 24 (#5653)
* Use node 24 * Add engines to package lock * Use node 24 in CI
1 parent 1b123da commit e59d182

File tree

3 files changed

+66
-98
lines changed

3 files changed

+66
-98
lines changed

.github/actions/node-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '22'
20+
node-version: '24.10.x'
2121
- name: Install latest npm
2222
shell: bash
2323
run: sudo npm install -g npm@latest

0 commit comments

Comments
 (0)