diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47bd7ae..79a3256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - name: Checkout @@ -35,4 +35,4 @@ jobs: run: npm run test - name: Stop containers - run: docker-compose -f "docker-compose.yml" down \ No newline at end of file + run: docker-compose -f "docker-compose.yml" down