Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fnschmidt authored Aug 8, 2024
1 parent 536ab08 commit f35feb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache: 'npm'
- name: Install dependencies
run: npm install --save-dev
- name: Run linting
Expand Down

0 comments on commit f35feb0

Please sign in to comment.