1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Vince Grassia
2022-04-19 14:15:49 -04:00
parent 1647114d08
commit 581885ab87

View File

@@ -46,6 +46,9 @@ jobs:
path: "~/.npm"
key: ${{ runner.os }}-npm-lint-${{ hashFiles('**/package-lock.json') }}
- name: TEST STEP
run: ls -alh
- name: Install dependencies
run: npm ci