diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aeaad30..063e5bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - nod-version: 14 + node-version: 14 - name: install deps run: npm ci - name: run tests