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 8888 key : ${{ steps.compute_lockfile_hash.outputs.hash }}
8989 - name : Install dependencies
9090 if : steps.cache_dependencies.outputs.cache-hit == ''
91- run : yarn install --ignore-engines
91+ run : yarn install --ignore-engines --frozen-lockfile
9292 outputs :
9393 dependency_cache_key : ${{ steps.compute_lockfile_hash.outputs.hash }}
9494
@@ -332,7 +332,7 @@ jobs:
332332 env :
333333 NODE_VERSION : ${{ matrix.node }}
334334 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
336336 yarn test-ci
337337 - name : Compute test coverage
338338 uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments