Skip to content

Commit a785716

Browse files
chore(deps): update dependency node to v24
1 parent 43ccd54 commit a785716

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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@v5
1919
- uses: actions/setup-node@v5
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: 4 additions & 4 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/prettier-config": "1.1.13",
3737
"@commitlint/config-conventional": "20.0.0",
3838
"@types/aws-lambda": "8.10.157",
39-
"@types/node": "24.9.1",
39+
"@types/node": "24.9.2",
4040
"commitlint": "20.1.0",
4141
"husky": "9.1.7",
4242
"lint-staged": "16.2.6",

0 commit comments

Comments
 (0)