diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c036c5..0b351a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }} strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: