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

View file

@ -20,7 +20,6 @@
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
"devDependencies": {
"@playwright/test": "^1.32.1",
"cross-env": "^7.0.3",
"playwright": "^1.32.1"
"cross-env": "^7.0.3"
}
}