We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa98eac commit aa5584eCopy full SHA for aa5584e
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: test
28
run: npm run test -- --ci --code-coverage
29
- name: Release
30
- if: github.repository == 'testing-library/angular-testing-library' && github.ref == 'refs/heads/main' && matrix.node-version == 16 && matrix.os == 'ubuntu-latest'
+ if: github.repository == 'testing-library/angular-testing-library' && github.ref == 'refs/heads/main' && matrix.node-version == 14 && matrix.os == 'ubuntu-latest'
31
env:
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments