Skip to content

Commit

Permalink
build(yarn): add env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 3, 2022
1 parent d3900b8 commit cb09dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 16

- name: yarn install
run: yarn install
run: YARN_CHECKSUM_BEHAVIOR=update yarn

- name: yarn lint
run: yarn lint
Expand Down

0 comments on commit cb09dca

Please sign in to comment.