diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 25238d564b5f..3e5d714b08a5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -340,17 +340,10 @@ jobs: - uses: actions/checkout@v1 - name: use node 12 - if: ${{ matrix.platform != 'heroku' }} uses: actions/setup-node@v1 with: node-version: 12 - - name: use node 12.18.4 - if: ${{ matrix.platform == 'heroku' }} - uses: actions/setup-node@v1 - with: - node-version: 12.18.4 - - name: Install Puppeteer uses: ianwalter/puppeteer@v2.0.0 with: @@ -476,17 +469,10 @@ jobs: run: yarn install - name: use node 12 - if: ${{ matrix.database != 'heroku-pgbouncer-buildpack' }} uses: actions/setup-node@v1 with: node-version: 12 - - name: use node 12.18.4 - if: ${{ matrix.database == 'heroku-pgbouncer-buildpack' }} - uses: actions/setup-node@v1 - with: - node-version: 12.18.4 - - name: test ${{ matrix.database }} id: run-test uses: nick-invision/retry@v1 diff --git a/databases/heroku-pgbouncer-buildpack/package.json b/databases/heroku-pgbouncer-buildpack/package.json index 1a41f34a370e..62ab1b5bb14a 100644 --- a/databases/heroku-pgbouncer-buildpack/package.json +++ b/databases/heroku-pgbouncer-buildpack/package.json @@ -5,7 +5,7 @@ "author": "Divyendu Singh ", "license": "MIT", "engines": { - "node": "12.18.4" + "node": "12.x" }, "dependencies": { "@prisma/client": "2.9.0-dev.71", diff --git a/platforms/heroku/package.json b/platforms/heroku/package.json index 06063351ab65..3e8f349803e1 100644 --- a/platforms/heroku/package.json +++ b/platforms/heroku/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "engines": { - "node": "12.18.4" + "node": "12.x" }, "devDependencies": { "@prisma/cli": "2.9.0-dev.71",