File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
88
key : ${{ steps.compute_lockfile_hash.outputs.hash }}
89
89
- name : Install dependencies
90
90
if : steps.cache_dependencies.outputs.cache-hit == ''
91
- run : yarn install --ignore-engines
91
+ run : yarn install --ignore-engines --frozen-lockfile
92
92
outputs :
93
93
dependency_cache_key : ${{ steps.compute_lockfile_hash.outputs.hash }}
94
94
@@ -332,7 +332,7 @@ jobs:
332
332
env :
333
333
NODE_VERSION : ${{ matrix.node }}
334
334
run : |
335
- [[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check ts-node@8.x
335
+ [[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check ts-node@8.10.2
336
336
yarn test-ci
337
337
- name : Compute test coverage
338
338
uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments