We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8c96 commit ec584f5Copy full SHA for ec584f5
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm run ci-tests
26
27
- name: Deploy docs
28
- if: github.ref == 'refs/heads/main' && matrix.node-version == 'v16.16.0'
+ if: github.ref == 'refs/heads/main' && matrix.node-version == 'v16.18.0'
29
uses: JamesIves/[email protected]
30
with:
31
single-commit: true
0 commit comments