From aa303414cb7edfad7fbde462657596e584b5db49 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 10 Jul 2023 16:26:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20Bumped=20minimum=20Node=20?= =?UTF-8?q?16=20version=20to=2016.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes https://github.com/TryGhost/DevOps/issues/42 - several of our dependencies require this so making the minor bump to increase the version helps keep them updated --- .github/workflows/ci.yml | 6 +++--- ghost/admin/package.json | 2 +- ghost/core/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f3dc836db..8a9cd23e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -233,7 +233,7 @@ jobs: if: needs.job_get_metadata.outputs.changed_any_code == 'true' strategy: matrix: - node: [ '16.13.0', '18.12.1' ] + node: [ '16.14.0', '18.12.1' ] name: Unit tests (Node ${{ matrix.node }}) steps: - uses: actions/checkout@v3 @@ -271,7 +271,7 @@ jobs: if: needs.job_get_metadata.outputs.changed_core == 'true' strategy: matrix: - node: [ '16.13.0', '18.12.1' ] + node: [ '16.14.0', '18.12.1' ] env: - DB: mysql8 NODE_ENV: testing-mysql @@ -622,7 +622,7 @@ jobs: env: FORCE_COLOR: 0 with: - node-version: '16.13.0' + node-version: '16.14.0' - name: Install Ghost-CLI run: npm install -g ghost-cli@latest diff --git a/ghost/admin/package.json b/ghost/admin/package.json index d4fead1c69..fdd664e097 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -26,7 +26,7 @@ "lint": "yarn lint:js && yarn lint:hbs" }, "engines": { - "node": "^16.13.0 || ^18.12.1" + "node": "^16.14.0 || ^18.12.1" }, "devDependencies": { "@babel/eslint-parser": "7.22.7", diff --git a/ghost/core/package.json b/ghost/core/package.json index 39558ac7b2..483d255a4a 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -57,7 +57,7 @@ "prepack": "lerna run build && monobundle" }, "engines": { - "node": "^16.13.0 || ^18.12.1", + "node": "^16.14.0 || ^18.12.1", "cli": "^1.17.0" }, "dependencies": {