Skip to content

Commit

Permalink
Upgrade to pnpm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng committed Mar 31, 2023
1 parent e9a8674 commit d4c68c8
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 759 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i -g pnpm@7
- run: npm i -g pnpm@8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i -g pnpm@7
- run: npm i -g pnpm@8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- run: npm i -g pnpm@7
- run: npm i -g pnpm@8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading

0 comments on commit d4c68c8

Please sign in to comment.