Skip to content

Commit 58f2d2d

Browse files
authored
Add pnpm install step to workflow
1 parent 2ee53fe commit 58f2d2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'pnpm'
32+
- run: pnpm install
3233
- run: pnpm nx run-many -t build
3334
- run: pnpm test:all

0 commit comments

Comments
 (0)