diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78a1a61..cba8a96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,16 +2,16 @@ name: CI/CD on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: lint: runs-on: ubuntu-latest strategy: matrix: - node: [ 10, 12, 14 ] + node: [14, 16, 18] name: "Lint & Test (Node ${{ matrix.node }})" steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index 00088e7..8b983a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "supertest": "^5.0.0" }, "engines": { - "node": ">= 8.0.0" + "node": ">= 14.0.0" } }, "node_modules/@babel/code-frame": {