1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +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 - name: Checkout repo
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Cache npm - name: Set up Node
id: npm-cache uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
with: with:
path: "~/.npm" cache: 'npm'
key: ${{ runner.os }}-npm-lint-${{ hashFiles('**/package-lock.json') }} cache-dependency-path: '**/package-lock.json'
node-version: "16"
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci