Skip to content

Commit 340241b

Browse files
committed
[REF]: Set jobs to test locally
1 parent 663de6f commit 340241b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm install --no-optional
30-
- run: npm i axios react react-dom
31-
- run: npm run test:coveralls
29+
- run: npm ci
30+
- run: npm run test

0 commit comments

Comments
 (0)