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 2c9a4e4 commit 72e2508
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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,
]
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
steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit 72e2508

Please sign in to comment.