Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 16, 2021
1 parent af69512 commit f96992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -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
Expand Down

0 comments on commit f96992e

Please sign in to comment.