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 3a060ae commit 09206aaCopy full SHA for 09206aa
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-node@v6
14
with:
15
- node-version: 20
+ node-version: 22
16
cache: npm
17
- run: npm ci
18
- name: Build site
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/configure-pages@v6
23
24
25
26
27
28
- run: npm run build
0 commit comments