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 90caa81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 90caa81

Please sign in to comment.