Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
✅ NodeJS 16/18 on Ubuntu 22/20
Browse files Browse the repository at this point in the history
Signed-off-by: Damon Blais <damon@rethunk.tech>
  • Loading branch information
AlbinoGeek committed Apr 7, 2023
1 parent 2547ed1 commit 2abb2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: [20, 18, 16]
node: [18, 16]

name: 22.04, Node v${{ matrix.node }}
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: [20, 18, 16]
node: [18, 16]

name: 20.04, Node v${{ matrix.node }}
steps:
Expand Down

0 comments on commit 2abb2b6

Please sign in to comment.