1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

New workflow test

This commit is contained in:
Vince Grassia
2022-04-19 14:01:53 -04:00
parent 5599a29a2e
commit 882470a4d3

View File

@@ -39,12 +39,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Cache npm
id: npm-cache
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
- name: Set up Node
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
with:
path: "~/.npm"
key: ${{ runner.os }}-npm-lint-${{ hashFiles('**/package-lock.json') }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: "16"
- name: Install dependencies
run: npm ci