Skip to content

Commit

Permalink
ci(cypress): setup nodejs v20 in cypress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel committed Jun 23, 2024
1 parent 878afb9 commit e50df22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Pnpm Setup
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit e50df22

Please sign in to comment.