diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1300d..a9b1ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [16, 18, 20] + node: [16, 18, 20, 22] fail-fast: false steps: