We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d603d8 commit 5dd0150Copy full SHA for 5dd0150
.github/workflows/node.js.yml
@@ -25,6 +25,8 @@ jobs:
25
with:
26
version: 9
27
- run: pnpm install
28
+ - run: pnpm install
29
+ working-directory: examples
30
- run: pnpm run build
31
- run: pnpm run lint
32
- run: pnpm run test
0 commit comments