We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb6163 commit 05375d8Copy full SHA for 05375d8
.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