Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnass committed Jul 2, 2024
1 parent 4538751 commit 7acde79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "npm"
- run: npm install
- run: npm run lint
- run: npm run build
Expand Down

0 comments on commit 7acde79

Please sign in to comment.