Skip to content

Commit

Permalink
Enable npm caching in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Mar 16, 2024
1 parent fc97dd1 commit 6c4c5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 20
cache: npm
- run: npm ci
- run: npm run test:lint

0 comments on commit 6c4c5dd

Please sign in to comment.