We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e89a1e + 05375d8 commit 95b704cCopy full SHA for 95b704c
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: npm test
31
- run: npm run build --if-present
32
- name: Save build
33
- if: matrix.node-version == '16.x'
+ if: matrix.node-version == '20.x'
34
uses: actions/upload-artifact@v4
35
with:
36
name: build
0 commit comments