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

Revert build workflow

This commit is contained in:
Vince Grassia
2022-04-19 14:10:12 -04:00
parent c3e7b93a03
commit 1647114d08

View File

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