Skip to content

Commit 31d6f24

Browse files
chore(deps): update node.js to v24
1 parent ee96784 commit 31d6f24

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v5
1313
with:
14-
node-version: 18.20.8
14+
node-version: 24.11.0
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm ci
1717
- run: npm run-script build

.nvmrc

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

package-lock.json

Lines changed: 15 additions & 15 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
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/centra": "2.2.3",
54-
"@types/node": "22.19.0",
54+
"@types/node": "24.10.0",
5555
"@typescript-eslint/eslint-plugin": "7.18.0",
5656
"@typescript-eslint/parser": "7.18.0",
5757
"eslint-config-airbnb-base": "15.0.0",

0 commit comments

Comments
 (0)