Skip to content

Commit

Permalink
Don't change depts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahayres committed May 14, 2023
1 parent 4eea045 commit b86c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16.x

- name: Install dependencies
run: yarn install --ignore-scripts
run: yarn install --frozen-lockfile --ignore-scripts

- name: Create Release
env:
Expand Down

0 comments on commit b86c0ef

Please sign in to comment.