Skip to content

Commit 53f868b

Browse files
committed
wrong node version
1 parent 1a80c18 commit 53f868b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818
- name: Install dependencies
1919
run: npm i -g pnpm@v11 && pnpm up && pnpm i --shamefully-hoist
2020
- name: Build

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20.x
30+
node-version: 22.x
3131
- name: Install dependencies
3232
run: npm i -g pnpm@v11 && pnpm up && pnpm i --shamefully-hoist
3333
- name: Build

0 commit comments

Comments
 (0)