Skip to content

Commit

Permalink
chore: fix ci with locking pnpm install
Browse files Browse the repository at this point in the history
Add new mask option to update all deps
When bootstrapping lock install with a frozen lock file.
  • Loading branch information
TroyKomodo committed Jul 11, 2023
1 parent 4c45a53 commit 9b7bcda
Show file tree
Hide file tree
Showing 11 changed files with 3,058 additions and 1,770 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'pnpm'
cache: "pnpm"
node-version: 18.x

- name: Install dependencies
Expand Down
Loading

0 comments on commit 9b7bcda

Please sign in to comment.