Revert "Update node.js.yml"

This reverts commit 751933e771.
This commit is contained in:
kremnev8 2021-10-15 21:55:04 +03:00
parent 95c3026bd7
commit 599ced82d4
1 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,6 @@ jobs:
- run: git submodule update
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}