Skip to content

Commit

Permalink
changes to setup versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit-coder committed Oct 21, 2024
1 parent aa2e6c7 commit e0a84c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on:

jobs:
cypress-run:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'

Expand Down

0 comments on commit e0a84c3

Please sign in to comment.