Add Node caching to Build workflow (#509)

This commit is contained in:
Vince Grassia 2022-03-16 08:33:24 -04:00 committed by GitHub
parent 2172145dbb
commit 562bf6d7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -87,8 +87,10 @@ jobs:
choco install reshack --no-progress
- name: Set up Node
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 # v2.5.0
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
with:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: '16'
- name: Get pkg-fetch