Skip to content

Commit a299c0c

Browse files
chore(deps): update node.js to v24
1 parent a97eec2 commit a299c0c

File tree

4 files changed

+31
-12
lines changed

4 files changed

+31
-12
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 22.x
19+
node-version: 24.x
2020
- run: npm ci
2121
- run: npm run lockfile:lint
2222
- run: npm run build
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757
- uses: actions/setup-node@v6
5858
with:
59-
node-version: 22.x
59+
node-version: 24.x
6060
- run: npm ci
6161
- run: npm run build
6262
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

.nvmrc

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

package-lock.json

Lines changed: 27 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/atob": "2.1.4",
3838
"@types/btoa": "1.2.5",
3939
"@types/jest": "30.0.0",
40-
"@types/node": "22.19.1",
40+
"@types/node": "24.10.1",
4141
"@types/validator": "13.15.10",
4242
"@typescript-eslint/eslint-plugin": "8.46.4",
4343
"@typescript-eslint/parser": "8.46.4",

0 commit comments

Comments
 (0)