Skip to content

Commit 67080e7

Browse files
author
Luca Forstner
authored
build: Build with frozen lockfile (#5348)
1 parent 782f2f5 commit 67080e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)