Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/openedx/cypress-e2e-tests
Browse files Browse the repository at this point in the history
…into bilalqamar95/node-v20-upgrade
  • Loading branch information
BilalQamar95 committed Sep 3, 2024
2 parents dc69622 + 986ed09 commit cc446ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18]
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
Expand Down

0 comments on commit cc446ab

Please sign in to comment.