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 7192701 commit b0ea12bCopy full SHA for b0ea12b
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup node
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 20
+ node-version: 22
24
cache: "pnpm"
25
registry-url: https://registry.npmjs.org/
26
.github/workflows/verify.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Install dependencies
0 commit comments