We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e12ad2 commit f7cba39Copy full SHA for f7cba39
1 file changed
.github/workflows/node.js.yml
@@ -41,6 +41,12 @@ jobs:
41
- name: 'Install npm dependencies'
42
run: pnpm install
43
44
+ - name: 'Install Node.js'
45
+ uses: actions/setup-node@v5
46
+ with:
47
+ node-version: ${{ matrix.node-version }}
48
+ cache: 'pnpm'
49
+
50
- name: 'Test'
51
run: |
52
pnpm test --reporter json --reporter-options output=${{ runner.temp }}/report-${{ matrix.os }}-${{ matrix.node-version }}.json
0 commit comments