Skip to content

Commit

Permalink
build(actions/setup-node): cache node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent fb64160 commit 1d9190c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v3.8.1
with:
node-version: "20.5.1"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down

0 comments on commit 1d9190c

Please sign in to comment.