From 7057797ed3c92a758be7fe6d767026ba8a079d17 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Mon, 30 Nov 2020 20:02:06 +0100 Subject: [PATCH] Node 14 (#12715) * node 14 * restore package-lock.json from develop * remove old heroku buildpack --- .buildpacks | 3 +-- .github/workflows/test.yml | 18 +++++++++--------- .nvmrc | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.buildpacks b/.buildpacks index b57b4bd3b0..bff4d05655 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,2 +1 @@ -https://github.com/heroku/heroku-buildpack-nodejs.git -https://github.com/stomita/heroku-buildpack-phantomjs.git +https://github.com/heroku/heroku-buildpack-nodejs.git \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6775e61302..39d60f8942 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] mongodb-version: [4.2] steps: - uses: actions/checkout@v1 @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] mongodb-version: [4.2] steps: - uses: actions/checkout@v1 @@ -172,7 +172,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] mongodb-version: [4.2] steps: - uses: actions/checkout@v1 @@ -202,7 +202,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1 with: diff --git a/.nvmrc b/.nvmrc index 48082f72f0..8351c19397 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12 +14 diff --git a/package.json b/package.json index 11da2f286c..5f85167f76 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "private": true, "engines": { - "node": "^12", + "node": "^14", "npm": "^6" }, "scripts": {