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 72e2508 commit 4d1c12a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ jobs:
strategy:
matrix:
fail-fast: false
node-version:
# Do not support --experimental-require-module
# Commented until we have a solution to run tests without it
- 14
- 16
- 18
- 20
- 22
# Do not support --experimental-require-module
# Commented until we have a solution to run tests without it
node-version: [14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4d1c12a

Please sign in to comment.