diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 73375a39..6875c7b8 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: '12.x' - - name: Install dependencies + - name: Install JavaScript libraries via npm run: npm install - name: Prepare spec run: |