Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit cabe992

Browse files
fix(deps): update node.js to v24
1 parent cae3d62 commit cabe992

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Use Node.js 16.x"
5555
uses: "actions/setup-node@v2"
5656
with:
57-
node-version: "16.x"
57+
node-version: "24.x"
5858
# Enable this to use the github packages
5959
# registry-url: "${{ env.registry_url }}"
6060
# Defaults to the user or organization that owns the workflow file

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: "Use Node.js 16.x"
4949
uses: "actions/setup-node@v2"
5050
with:
51-
node-version: "16.x"
51+
node-version: "24.x"
5252
# Enable this to use the github packages
5353
# registry-url: "${{ env.registry_url }}"
5454
# Defaults to the user or organization that owns the workflow file

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Use Node.js 16.x"
4242
uses: "actions/setup-node@v2"
4343
with:
44-
node-version: "16.x"
44+
node-version: "24.x"
4545
# Enable this to use the github packages
4646
# registry-url: "${{ env.registry_url }}"
4747
# Defaults to the user or organization that owns the workflow file
@@ -103,7 +103,7 @@ jobs:
103103
- name: "Use Node.js 16.x"
104104
uses: "actions/setup-node@v2"
105105
with:
106-
node-version: "16.x"
106+
node-version: "24.x"
107107
# Enable this to use the github packages
108108
# registry-url: "${{ env.registry_url }}"
109109
# Defaults to the user or organization that owns the workflow file

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
24.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@testing-library/jest-dom": "^5.16.2",
6464
"@types/jest": "^27.4.1",
6565
"@types/jest-axe": "^3.5.3",
66-
"@types/node": "^17.0.21",
66+
"@types/node": "^24.0.0",
6767
"@typescript-eslint/eslint-plugin": "^5.12.1",
6868
"@typescript-eslint/parser": "^5.12.1",
6969
"babel-loader": "^8.2.3",

0 commit comments

Comments
 (0)