diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index eea5342..5954a09 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -34,7 +34,7 @@ jobs: # installation - name: Install latest npm run: npm install -g npm - if: "${{ matrix.node == "10.17.0" }}" + if: "${{ matrix.node == '10.17.0' }}" - name: Install dependencies run: npm ci - name: Linting