Skip to content

Commit

Permalink
use immutable yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Feb 21, 2024
1 parent 8a07eb4 commit 68978ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn set version 4

- name: Install Node.js dependencies
run: yarn install
run: yarn install --immutable

- name: ESLint
run: yarn lint:eslint
Expand Down

0 comments on commit 68978ce

Please sign in to comment.