Skip to content

Commit

Permalink
chore: switch back to yarn v1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 23, 2022
1 parent 31ef7e7 commit 7d314c2
Show file tree
Hide file tree
Showing 11 changed files with 151,757 additions and 7,923 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'yarn'

- name: Install packages
run: yarn install
run: yarn install --prefer-offline

- name: Lint
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache: 'yarn'

- name: Install packages
run: yarn install
run: yarn install --prefer-offline

- name: Build
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'yarn'

- name: Install packages
run: yarn install
run: yarn install --prefer-offline

- name: Build
run: npm run build
Expand Down
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

Loading

0 comments on commit 7d314c2

Please sign in to comment.