diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d019f..6f2118d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - node: ["18", "20"] + node: ["18", "20", "22"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3