Skip to content

Commit

Permalink
GH actions node 20 upgrade for cypress/hotseat
Browse files Browse the repository at this point in the history
  • Loading branch information
utku-ozturk committed Sep 17, 2024
1 parent 5f04bce commit b70c46e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cypress-integration-tests-hotseat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v4

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

- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit b70c46e

Please sign in to comment.