Skip to content

Commit

Permalink
ci: revert yarn.lock before trying to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Aug 25, 2020
1 parent 1a1a4dc commit 76f2817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
node-version: '14.x'
- name: Autofix lockfile
run: yarn
run: |
git checkout ${{ github.base_ref }} yarn.lock
yarn
env:
YARN_CHECKSUM_BEHAVIOR: update
YARN_ENABLE_SCRIPTS: 0
Expand Down

0 comments on commit 76f2817

Please sign in to comment.