Skip to content

Commit bb87538

Browse files
chore(deps): update dependency node to v24
1 parent 72a7f6e commit bb87538

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
@@ -36,7 +36,7 @@
3636
"@bifravst/eslint-config-typescript": "6.4.4",
3737
"@bifravst/prettier-config": "1.1.13",
3838
"@commitlint/config-conventional": "19.8.1",
39-
"@types/node": "22.19.0",
39+
"@types/node": "24.10.1",
4040
"commitlint": "19.8.1",
4141
"husky": "9.1.7",
4242
"lint-staged": "16.2.6",

0 commit comments

Comments
 (0)