We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663de6f commit 340241bCopy full SHA for 340241b
1 file changed
.github/workflows/node.js.yml
@@ -26,6 +26,5 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- - run: npm install --no-optional
30
- - run: npm i axios react react-dom
31
- - run: npm run test:coveralls
+ - run: npm ci
+ - run: npm run test
0 commit comments