Skip to content

Commit

Permalink
ci: allow install dependencies with change lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Husen <[email protected]>
  • Loading branch information
heyhusen committed Aug 8, 2023
1 parent 72e2df5 commit beff50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
cd ${{ env.FOLDER }}
pnpm i --frozen-lockfile
pnpm i
- name: Run linter
run: |
Expand Down

0 comments on commit beff50f

Please sign in to comment.