Skip to content

Commit

Permalink
chore: unpin heroku runtime (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu Singh authored Oct 12, 2020
1 parent 12ed280 commit 6006ca2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion databases/heroku-pgbouncer-buildpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Divyendu Singh <singh@prisma.io>",
"license": "MIT",
"engines": {
"node": "12.18.4"
"node": "12.x"
},
"dependencies": {
"@prisma/client": "2.9.0-dev.71",
Expand Down
2 changes: 1 addition & 1 deletion platforms/heroku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6006ca2

Please sign in to comment.