diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60e80bac..4cde460f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 14.x, 16.x ] + node-version: [ 14.x, 16.x, 18.x ] platform: - os: ubuntu-latest shell: bash