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": {