diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 271a2d9..e1233e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,12 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - node: [16, 17, 18, 19, 20, 22] + node: + - 16 + - 18 + - 20 + - 22 + - 23 steps: - name: Git checkout