Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 20, 2024
1 parent 4d1c12a commit 2089f72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
fail-fast: false
# fail-fast: false
# Do not support --experimental-require-module
# Commented until we have a solution to run tests without it
node-version: [14, 16, 18, 20, 22]
# node-version: [14, 16, 18, 20, 22]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2089f72

Please sign in to comment.