Skip to content

Commit

Permalink
Merge pull request #257 from mroderick/also-use-cached-npm-for-eslint
Browse files Browse the repository at this point in the history
chore: also use cached npm packages for ESlint job
  • Loading branch information
animir authored Feb 11, 2024
2 parents de486fd + 0241e9c commit 2a6a013
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 2a6a013

Please sign in to comment.