diff options
-rw-r--r-- | .github/workflows/node.js.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 99c00fe..7d20a29 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,4 +14,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 + - run: npm ci - run: npm run lint |