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 76dd88f commit 0b0ee28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [
# Do not support --experimental-require-module
# Commented until we have a solution to run tests without it
# 14.x,
# 16.x,
# 18.x,
# 20.x,
22.x,
]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0b0ee28

Please sign in to comment.