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 f0cb7c3 commit fdd7b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
# 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: [20, 22]
# node-version: [20, 22] // fails on 20 with (0 , _getDomain.default) is not a function
node: [22]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fdd7b0e

Please sign in to comment.