Skip to content

Commit feb11ab

Browse files
committed
downgrade ts-node for Node 8 tests
1 parent 24350bd commit feb11ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ jobs:
254254
- name: Run tests
255255
env:
256256
NODE_VERSION: ${{ matrix.node }}
257-
run: yarn test-ci
257+
run: |
258+
[[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check [email protected]
259+
yarn test-ci
258260
- name: Compute test coverage
259261
uses: codecov/codecov-action@v1
260262

0 commit comments

Comments
 (0)