We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400cb55 commit 5d2aa19Copy full SHA for 5d2aa19
1 file changed
.github/workflows/node.js.yml
@@ -21,11 +21,11 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ - uses: pnpm/action-setup@v4.2.0
25
- name: Use Node.js ${{ matrix.node-version }}
26
uses: actions/setup-node@v4
27
with:
28
node-version: ${{ matrix.node-version }}
29
cache: 'pnpm'
- - uses: pnpm/action-setup@v4.2.0
30
- run: pnpm nx run-many -t build
31
- run: pnpm test:all
0 commit comments