We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a6d81 commit 4650e06Copy full SHA for 4650e06
.github/workflows/nodejs.yml
@@ -41,6 +41,8 @@ jobs:
41
- uses: actions/setup-node@v4
42
with:
43
node-version: ${{ matrix.node }}
44
+ - run: npm i -g npm@7
45
+ if: matrix.node == 6
46
- name: install dependencies
47
run: npm install
48
- name: test
0 commit comments