Skip to content

Commit

Permalink
remove frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderman authored and spiderman committed Nov 26, 2024
1 parent d318b6a commit e07b27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn install --frozen-lockfile
# run: yarn install --frozen-lockfile
run: yarn install
# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand Down

0 comments on commit e07b27c

Please sign in to comment.