Skip to content

Commit

Permalink
remove frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 21, 2024
1 parent bfd15ae commit 0a92b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: '22.1.0' # Replace with the desired Node.js version

- run: yarn install --frozen-lockfile
- run: yarn install

# Build the docs
- name: Build
Expand Down

0 comments on commit 0a92b22

Please sign in to comment.