Skip to content

Commit 05f036c

Browse files
authored
fix: stay on pnpm@^6 in ci (#185)
1 parent bfe8287 commit 05f036c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-node@master
2121
with:
2222
node-version: ${{ matrix.node }}
23-
- run: npm i -g pnpm
23+
- run: npm i -g pnpm@^6
2424
- run: pnpm i --frozen-lockfile
2525
env:
2626
npm_config_build_from_source: true
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/setup-node@master
4444
with:
4545
node-version: ${{ matrix.node }}
46-
- run: npm i -g pnpm
46+
- run: npm i -g pnpm@^6
4747
- run: pnpm i --frozen-lockfile
4848
env:
4949
npm_config_build_from_source: true
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v2
6868
- run: |
6969
apk add --no-cache python3 make g++
70-
- run: npm i -g pnpm
70+
- run: npm i -g pnpm@^6
7171
- run: pnpm i --frozen-lockfile
7272
env:
7373
npm_config_build_from_source: true

0 commit comments

Comments
 (0)