Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit ce81a19

Browse files
committed
Specify pnpm version
1 parent 1b8ba55 commit ce81a19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ shipjs-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: '14'
2020
- uses: pnpm/action-setup@v2.0.1
2121
with:
22+
version: 6.x.x
2223
run_install: true
2324
- run: npx shipjs trigger
2425
env:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node }}
2727
- uses: pnpm/action-setup@v2.0.1
2828
with:
29+
version: 6.x.x
2930
run_install: true
3031

3132
- name: Test
@@ -44,6 +45,7 @@ jobs:
4445
- uses: actions/setup-node@v2.4.1
4546
- uses: pnpm/action-setup@v2.0.1
4647
with:
48+
version: 6.x.x
4749
run_install: true
4850

4951
- name: Lint

0 commit comments

Comments
 (0)