Skip to content

Commit def03d4

Browse files
chore(deps): update dependency node to v24
1 parent 93bb46f commit def03d4

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v5
2222
with:
23-
node-version: "22.x"
23+
node-version: "24.x"
2424
cache: "npm"
2525

2626
- name: Authenticate with NPM registry

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
@@ -62,7 +62,7 @@
6262
"@commitlint/config-conventional": "19.8.1",
6363
"@swc/cli": "0.7.8",
6464
"@types/aws-lambda": "8.10.157",
65-
"@types/node": "24.9.1",
65+
"@types/node": "24.9.2",
6666
"@types/unzip-stream": "0.3.4",
6767
"@types/yazl": "3.3.0",
6868
"cdk": "2.1031.0",

0 commit comments

Comments
 (0)