diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0106163..cabe5d14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] generator-version: [''] include: - os: ubuntu-latest