We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9c552 commit ff48fddCopy full SHA for ff48fdd
.github/workflows/node.js.yml
@@ -29,7 +29,7 @@ jobs:
29
run: volta pin node@${{ matrix.node-version }}
30
- name: Node.js version
31
run: node -v
32
- - name: npm version
+ - if: ${{ matrix.node-version == '18.x' }}
33
run: npm -v
34
35
# Node 8.3.0 comes with npm 5.3.0.
0 commit comments