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 2320866 commit 6c512d5Copy full SHA for 6c512d5
.github/workflows/nodejs.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-node@v1
17
with:
18
node-version: ${{ matrix.node-version }}
19
+ - run: npm i -g npm
20
- run: npm install
21
- run: npm test
22
env:
0 commit comments