Skip to content

Commit

Permalink
pnpm のバージョン指定をやめる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed May 14, 2024
1 parent 5e470f0 commit aa577f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: pnpm/action-setup@v4
- run: pnpm --version
- run: pnpm install
- run: pnpm run build
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: pnpm/action-setup@v4
- run: pnpm --version
- run: pnpm install
- run: pnpm run build
Expand Down

0 comments on commit aa577f5

Please sign in to comment.