We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a73e5 commit 5c109f9Copy full SHA for 5c109f9
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/setup-node@v4
44
with:
45
node-version: "20"
46
- - run: npm ci
+ - run: npm install
47
- name: Install Playwright
48
run: npx playwright install --with-deps chromium
49
- name: Start server
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
run: npx http-server . -p 8080 -s &
72
- name: Wait for server
0 commit comments