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 3538e76 commit ac1a605Copy full SHA for ac1a605
.github/workflows/node.js.yml
@@ -21,7 +21,10 @@ jobs:
21
uses: actions/setup-node@v1
22
with:
23
node-version: ${{ matrix.node-version }}
24
- - run: npm ci
25
- - run: npm run build --if-present
26
- - run: npm run lint
27
- - run: npm test
+ - uses: pnpm/action-setup@v4
+ with:
+ version: 9
+ - run: pnpm install
28
+ - run: pnpm run build
29
+ - run: pnpm run lint
30
+ - run: pnpm run test
0 commit comments