Skip to content

Commit

Permalink
[ci] Cache downloaded npm dependencies (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Sep 8, 2023
1 parent 511aefe commit ae60ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.arch }}
cache: 'npm'
cache-dependency-path: ./package.json
- run: npm install
- run: npm run lint
if:
Expand Down

0 comments on commit ae60ce0

Please sign in to comment.