From 99c775be23049ea3504744b28cbd90bdaa0cdc09 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 3 Jan 2023 18:54:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20Bumped=20minimum=20Node=20?= =?UTF-8?q?version=20to=2014.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs https://github.com/TryGhost/Toolbox/issues/488 - this is needed so we can bump some dependencies - given how old these versions are, users should probably update past this anyway --- .github/workflows/test.yml | 4 ++-- ghost/admin/package.json | 4 ++-- ghost/core/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 837dfc253b..14345fc79d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,7 +143,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: - node: [ '14.17.0', '16.13.0' ] + node: [ '14.18.0', '16.13.0' ] name: Unit Tests (Node ${{ matrix.node }}) steps: - uses: actions/checkout@v3 @@ -178,7 +178,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: - node: [ '14.17.0', '16.13.0' ] + node: [ '14.18.0', '16.13.0' ] env: - DB: sqlite3 NODE_ENV: testing diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 256f1edfa8..ec90c9a123 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -26,7 +26,7 @@ "lint": "yarn lint:js && yarn lint:hbs" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || ^18.0.0" + "node": "^14.18.0 || ^16.13.0 || ^18.0.0" }, "devDependencies": { "@babel/eslint-parser": "7.19.1", @@ -181,4 +181,4 @@ "path-browserify": "1.0.1", "webpack": "5.75.0" } -} \ No newline at end of file +} diff --git a/ghost/core/package.json b/ghost/core/package.json index 8aaf00b043..aad839c3a9 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -52,7 +52,7 @@ "prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || ^18.0.0", + "node": "^14.18.0 || ^16.13.0 || ^18.0.0", "cli": "^1.17.0" }, "dependencies": {