Skip to content

Commit c702150

Browse files
build(deps): update dependency node to v22
1 parent 70b136c commit c702150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 22
2424
cache: 'pnpm'
2525

2626
- name: Install dependencies

packages/serverless-schema-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@types/json-schema": "^7.0.6",
1111
"@types/lodash": "^4.14.182",
12-
"@types/node": "^18.6.3",
12+
"@types/node": "^22.0.0",
1313
"@types/serverless": "^3.12.7",
1414
"json-schema": "^0.4.0",
1515
"json-schema-to-typescript": "11.0.2",

0 commit comments

Comments
 (0)