Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 21, 2024
1 parent fef945e commit 1908ca0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Do not support --experimental-require-module
# Commented until we have a solution to run tests without it
node: [14, 16, 18, 20, 22]
# node: [20, 22] // fails on 20 with (0 , _getDomain.default) is not a function
# node: [22]
# node: [14, 16, 18, 20, 22]
node: [20, 22]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1908ca0

Please sign in to comment.