We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ts-node
1 parent 659c018 commit f845175Copy full SHA for f845175
.github/workflows/build.yml
@@ -254,7 +254,9 @@ jobs:
254
- name: Run tests
255
env:
256
NODE_VERSION: ${{ matrix.node }}
257
- run: yarn test-ci
+ run: |
258
+ [[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
259
+ yarn test-ci
260
- name: Compute test coverage
261
uses: codecov/codecov-action@v1
262
0 commit comments