Skip to content

Commit

Permalink
fix: use --immutable instead of --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jun 22, 2021
1 parent eed7f01 commit 7076d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v2

- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Lint ESLint
run: yarn lint:eslint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Run Unit Tests
run: yarn test --maxWorkers=2
Expand Down

0 comments on commit 7076d01

Please sign in to comment.