Skip to content

Commit

Permalink
change workflow to use node-version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoerner93 committed Mar 21, 2024
1 parent 755d6ca commit 5385c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- uses: pnpm/action-setup@v2
# Install npm dependencies, cache them correctly
# and run all Cypress tests
Expand Down

0 comments on commit 5385c6f

Please sign in to comment.