Skip to content

Commit 0bcb969

Browse files
committed
Update cypress workflow on git
1 parent 0b3c098 commit 0bcb969

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 20
1717

1818
- name: Install dependencies
1919
run: npm ci
2020

2121
- name: Run Cypress tests
2222
uses: cypress-io/github-action@v6
2323
with:
24-
start: npm start
25-
wait-on: 'http://localhost:3001'
24+
start: npm run dev
25+
wait-on: 'http://localhost:5173'
2626
wait-on-timeout: 90

0 commit comments

Comments
 (0)