Skip to content

Commit a44daff

Browse files
committed
chore(deps): update dependency node to v22
1 parent d8d4358 commit a44daff

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 18.x
15+
node-version: 22.x
1616
- name: Build Action
1717
run: cd action && npm i && npm run all
1818
- name: Check if there's a diff

action/package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/GoogleCloudPlatform/functions-framework-conformance.git"
1414
},
1515
"devDependencies": {
16-
"@types/node": "^14.18.51",
16+
"@types/node": "^22.0.0",
1717
"@typescript-eslint/parser": "^3.10.1",
1818
"typescript": "^3.9.10"
1919
},

0 commit comments

Comments
 (0)