We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39546c commit 029e2d2Copy full SHA for 029e2d2
.github/workflows/check.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: '20'
+ node-version: '22'
25
- run: npm ci
26
- run: npm run build
27
- name: Deploy to GH pages
0 commit comments