We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103eb0f commit 5ecbd87Copy full SHA for 5ecbd87
1 file changed
.github/workflows/test.yaml
@@ -13,9 +13,11 @@ jobs:
13
- 16
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/setup-node@v2
17
- with:
18
- node-version: ${{ matrix.node-version }}
19
- - uses: pnpm/action-setup@v2
20
- - run: pnpm i
21
- - run: pnpm run test
+ - uses: actions/setup-node@v2
+ with:
+ node-version: ${{ matrix.node-version }}
+ - uses: pnpm/action-setup@v2
+ version: 6
22
+ - run: pnpm i
23
+ - run: pnpm run test
0 commit comments