diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7ed342..707dd5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - node-version: ['12', '>=14'] + node-version: ['14', '>=18'] name: ${{ matrix.platform }} / Node.js v${{ matrix.node-version }} runs-on: ${{ matrix.platform }}