Skip to content

Commit a36556c

Browse files
chore(deps): update dependency node to v22
1 parent 6df2082 commit a36556c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616
cache: "npm"
1717
- run: npm ci
1818
- run: npm run lint

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PR_NUMBER: ${{ github.event.issue.number }}
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.x
24+
node-version: 22.x
2525
cache: "npm"
2626
- run: npm ci
2727
- run: npm test -- -u

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
@@ -46,7 +46,7 @@
4646
"@tsconfig/node16": "16.1.4",
4747
"@types/aws-lambda": "8.10.152",
4848
"@types/jest": "29.5.14",
49-
"@types/node": "20.19.12",
49+
"@types/node": "22.18.1",
5050
"aws-cdk": "2.1028.0",
5151
"aws-cdk-lib": "2.177.0",
5252
"aws-sdk": "2.1692.0",

0 commit comments

Comments
 (0)