Skip to content

Commit 67967e5

Browse files
committed
ci: update pnpm version to 8.15.7
1 parent 6711876 commit 67967e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 18
2020
- run: |
21-
npm install -g pnpm
21+
npm install -g pnpm@8.15.7
2222
pnpm install
2323
2424
- run: |

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.PAT }}
2020
- run: |
2121
git config user.name "GitHub Actions"
2222
git config user.email "[email protected]"
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 18
2727
- run: |
28-
npm install -g pnpm
28+
npm install -g pnpm@8.15.7
2929
pnpm install
3030
3131
- run: |

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [windows-latest, macos-latest, ubuntu-latest, macos-14]
19-
node-version: [16, 18, 20]
19+
node-version: [18, 20]
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install dependencies
2727
run: |
28-
npm install -g pnpm
28+
npm install -g pnpm@8.15.7
2929
pnpm install
3030
- name: Run tests (Linux)
3131
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)