Skip to content

Commit

Permalink
chore: also use cached npm packages for ESlint job
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Feb 10, 2024
1 parent de486fd commit 0241e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
cache-dependency-path: ./package.json
- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 0241e9c

Please sign in to comment.