diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f4b89a..ac90eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 18.x] steps: - uses: actions/checkout@v2 @@ -28,4 +28,4 @@ jobs: - name: Run tests run: | - npm run test \ No newline at end of file + npm run test