Skip to content

Commit

Permalink
ci: Fix linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 29, 2024
1 parent 8a3aea5 commit 48330e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- uses: actions/checkout@v3
- run: npm install
Expand Down

0 comments on commit 48330e0

Please sign in to comment.