Skip to content

Commit b49dbdc

Browse files
chore(deps): update dependency node to v24
1 parent d5b7b85 commit b49dbdc

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: "22.x"
17+
node-version: "24.x"
1818
cache: "npm"
1919
- name: Authenticate with NPM registry
2020
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

package-lock.json

Lines changed: 8 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
@@ -33,7 +33,7 @@
3333
"@bifravst/eslint-config-typescript": "6.4.4",
3434
"@bifravst/prettier-config": "1.1.17",
3535
"@commitlint/config-conventional": "19.8.1",
36-
"@types/node": "22.19.15",
36+
"@types/node": "24.11.2",
3737
"husky": "9.1.7",
3838
"tsx": "4.21.0"
3939
},

0 commit comments

Comments
 (0)