Skip to content

Commit f7cba39

Browse files
committed
Installs the right node.js version
1 parent 2e12ad2 commit f7cba39

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
- name: 'Install npm dependencies'
4242
run: pnpm install
4343

44+
- name: 'Install Node.js'
45+
uses: actions/setup-node@v5
46+
with:
47+
node-version: ${{ matrix.node-version }}
48+
cache: 'pnpm'
49+
4450
- name: 'Test'
4551
run: |
4652
pnpm test --reporter json --reporter-options output=${{ runner.temp }}/report-${{ matrix.os }}-${{ matrix.node-version }}.json

0 commit comments

Comments
 (0)