Skip to content

Commit

Permalink
deps: q4 ci dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 4, 2023
1 parent 8044a4c commit 668a8e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:

steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false

- name: 🧪 Run tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
start: npm run start:ci
wait-on: 'http://0.0.0.0:5173'
Expand All @@ -39,7 +41,9 @@ jobs:

steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 668a8e9

Please sign in to comment.