We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf980b6 commit 0ce2b34Copy full SHA for 0ce2b34
2 files changed
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
- uses: actions/setup-node@v6
22
with:
23
cache: "npm"
24
+ node-version-file: .node-version
25
- run: npm ci
26
- run: npm run build
27
- run: npm test
.github/workflows/pages.yml
@@ -28,6 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments