diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 012d201..bae4d04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: name: Run unit and integration tests strategy: matrix: - version: [18, 20] + version: [20, 22] steps: - uses: actions/checkout@v4 - name: Using Node.js ${{ matrix.version }} @@ -52,7 +52,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: "https://registry.npmjs.org" - name: Install dependencies