1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

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

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