Skip to content

Commit

Permalink
test: configure CI to run tests with Node 20 (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 3, 2024
1 parent 42021c7 commit 2bbd7e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-app-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
os: [ubuntu-22.04, macos-11, windows-2022]
group: [1, 2, 3]
include:
- node-version: 18.x
- node-version: 20.x
os: ubuntu-22.04
group: 1
- node-version: 18.x
- node-version: 20.x
os: ubuntu-22.04
group: 2
- node-version: 18.x
- node-version: 20.x
os: ubuntu-22.04
group: 3
steps:
Expand Down

0 comments on commit 2bbd7e7

Please sign in to comment.