We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe8287 commit 05f036cCopy full SHA for 05f036c
.github/workflows/builds.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-node@master
21
with:
22
node-version: ${{ matrix.node }}
23
- - run: npm i -g pnpm
+ - run: npm i -g pnpm@^6
24
- run: pnpm i --frozen-lockfile
25
env:
26
npm_config_build_from_source: true
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
@@ -67,7 +67,7 @@ jobs:
67
- uses: actions/checkout@v2
68
- run: |
69
apk add --no-cache python3 make g++
70
71
72
73
0 commit comments