Skip to content

Commit

Permalink
Merge pull request #50 from hapakaien/chore/workflow
Browse files Browse the repository at this point in the history
ci: allow install dependencies with change lockfile
  • Loading branch information
heyhusen authored Aug 8, 2023
2 parents 72e2df5 + beff50f commit 8938801
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 8938801

Please sign in to comment.