Skip to content

Commit

Permalink
Fix frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan Charyyev committed Oct 30, 2021
1 parent c80bbdd commit 80e7efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '16'

- name: 🛠 Install dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: 🏗 Build the project
run: yarn run build
Expand Down

0 comments on commit 80e7efc

Please sign in to comment.