Skip to content

Commit 9d00d86

Browse files
chore(deps): update dependency node to v24
1 parent 23a75fd commit 9d00d86

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "22.x"
21+
node-version: "24.x"
2222
cache: "npm"
2323
- name: Authenticate with NPM registry
2424
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
@@ -34,7 +34,7 @@
3434
"@bifravst/eslint-config-typescript": "6.4.4",
3535
"@bifravst/prettier-config": "1.1.13",
3636
"@commitlint/config-conventional": "19.8.1",
37-
"@types/node": "22.19.1",
37+
"@types/node": "24.10.1",
3838
"aws-cdk-lib": "2.225.0",
3939
"husky": "9.1.7",
4040
"tsx": "4.20.6"

0 commit comments

Comments
 (0)