diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f446dce..897b6dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,11 @@ jobs: strategy: fail-fast: false matrix: - node-version: - - '20' - - '18' + node-version: ['20', '18'] experimental: [false] include: - - node-version: '22' - experimental: true + - node-version: '22' + experimental: true runs-on: ubuntu-latest