Skip to content

Commit a78ff85

Browse files
chore(deps): update dependency node to v22
1 parent d98523a commit a78ff85

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
@@ -42,7 +42,7 @@
4242
"@tsconfig/node16": "16.1.4",
4343
"@types/aws-lambda": "8.10.152",
4444
"@types/jest": "29.5.14",
45-
"@types/node": "20.19.9",
45+
"@types/node": "22.16.5",
4646
"aws-cdk": "2.1022.0",
4747
"aws-cdk-lib": "2.177.0",
4848
"aws-sdk": "2.1692.0",

0 commit comments

Comments
 (0)