reset back to npm ci

This commit is contained in:
Daniel D Orlando 2023-03-29 11:31:57 -07:00 committed by Daniel D Orlando
parent d5e062eeed
commit 12b7e9a6bb
2 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: |
npm install
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests