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 2acfc38 commit 6a96e1eCopy full SHA for 6a96e1e
.github/workflows/pages.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Use Node.js 18.x (LTS)
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 18.x
+ node-version: 22.x
31
cache: "npm"
32
- run: npm ci
33
- run: npm run build --if-present
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
- run: npm test
0 commit comments