Skip to content

Commit

Permalink
chore(repo): update to pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Aug 29, 2023
1 parent bf158e9 commit 0278630
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: install pnpm
run: npm install pnpm@7 -g
run: npm install pnpm -g

- name: pnpm install
run: pnpm install --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install pnpm
run: |
npm install pnpm@7 -g;
npm install pnpm -g;
echo node `pnpm -v`;
- name: Set Git Config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: git branch -f master origin/master

- name: Install pnpm
run: npm install pnpm@7 -g
run: npm install pnpm -g

- name: Sanity Check
run: |
Expand Down
90 changes: 23 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0278630

Please sign in to comment.