Skip to content

Commit

Permalink
fix: wrong node version i think
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Jun 6, 2024
1 parent bc818bb commit bf3d5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/screenshots-in-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
Expand All @@ -31,7 +31,7 @@ jobs:

post-cypress:
needs: cypress-run
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout repository
Expand Down

0 comments on commit bf3d5f1

Please sign in to comment.