Skip to content

Commit

Permalink
ci: update pnpm version to 8.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Apr 16, 2024
1 parent 6711876 commit 67967e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 18
- run: |
npm install -g pnpm
npm install -g pnpm@8.15.7
pnpm install
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
- run: |
git config user.name "GitHub Actions"
git config user.email "action@github.com"
Expand All @@ -25,7 +25,7 @@ jobs:
with:
node-version: 18
- run: |
npm install -g pnpm
npm install -g pnpm@8.15.7
pnpm install
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest, macos-14]
node-version: [16, 18, 20]
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install -g pnpm
npm install -g pnpm@8.15.7
pnpm install
- name: Run tests (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 67967e5

Please sign in to comment.