Skip to content

Commit

Permalink
chore: run CI workflow only for Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Nov 10, 2023
1 parent 4f45789 commit f4ab572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18,20]
node: [20]
platform:
- ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18,20]
node: [20]
platform:
- ubuntu-latest

Expand Down

0 comments on commit f4ab572

Please sign in to comment.