Skip to content

Commit 1392679

Browse files
chore(deps): update dependency node to v24
1 parent aab9bac commit 1392679

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.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@v4
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: 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
@@ -38,7 +38,7 @@
3838
"@bifravst/prettier-config": "1.1.13",
3939
"@commitlint/config-conventional": "19.8.1",
4040
"@types/backoff": "2.5.5",
41-
"@types/node": "22.19.0",
41+
"@types/node": "24.10.0",
4242
"commitlint": "19.8.1",
4343
"husky": "9.1.7",
4444
"tsx": "4.20.6"

0 commit comments

Comments
 (0)