1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

CI: make use of the actions/setup-node's cache option

This commit is contained in:
XhmikosR
2021-07-16 20:01:38 +03:00
parent e20c7a61ad
commit 31e03c2790

View File

@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm
- name: Install npm dependencies
run: npm ci