Skip to content

Commit b0ea12b

Browse files
chore(deps): update dependency node to v22
1 parent 7192701 commit b0ea12b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: "pnpm"
2525
registry-url: https://registry.npmjs.org/
2626

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: "pnpm"
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)