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 2e24600 commit 79b726dCopy full SHA for 79b726d
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
14
with:
15
- node-version: 18.x
+ node-version: 22.x
16
cache: yarn
17
- name: Build website
18
run: |
.github/workflows/test-deploy.yml
- name: Test build
0 commit comments