Skip to content

Commit be15888

Browse files
chore(deps): update node.js to v24
1 parent 8168b50 commit be15888

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
cache: npm
2323

2424
- name: Install Package

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 22
26+
node-version: 24
2727
registry-url: https://registry.npmjs.org/
2828
cache: npm
2929

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
24

0 commit comments

Comments
 (0)