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 a2750ee commit 4a319dfCopy full SHA for 4a319df
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Setup Node
37
uses: actions/setup-node@v4
38
with:
39
- node-version: 20
+ node-version: 22
40
cache: yarn # or pnpm / yarn
41
- name: Setup Pages
42
uses: actions/configure-pages@v4
.nvmrc
@@ -1 +1 @@
1
-v20
+v22
0 commit comments