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 014e058Copy full SHA for 014e058
1 file changed
.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@6
45
+ if: matrix.node == 6
46
- name: install dependencies
47
run: npm install
48
- name: test
0 commit comments