We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a80c18 commit 53f868bCopy full SHA for 53f868b
2 files changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 20.x
+ node-version: 22.x
18
- name: Install dependencies
19
run: npm i -g pnpm@v11 && pnpm up && pnpm i --shamefully-hoist
20
- name: Build
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments