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