Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
ci: introduce the dependency cache for workflow performance
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 1, 2022
1 parent d8908dc commit 5ab4fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version-file: ".nvmrc"
cache: "npm"
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 5ab4fee

Please sign in to comment.