diff options
Diffstat (limited to '.github/workflows/check.yml')
| -rw-r--r-- | .github/workflows/check.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 01f9f0a..2cbc19e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -21,5 +21,8 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install Dependencies 🔮 + run: npm install + - name: Check 🙋♀️ run: npm run build |