We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5febcdb commit 103eb0fCopy full SHA for 103eb0f
1 file changed
.github/workflows/test.yaml
@@ -16,5 +16,6 @@ jobs:
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
0 commit comments