diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87805cbb1c..149c482252 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: - node: [ '10.13.0', '12.10.0', '14.15.0' ] + node: [ '12.10.0', '14.15.0' ] env: - DB: sqlite3 NODE_ENV: testing @@ -130,7 +130,7 @@ jobs: submodules: true - uses: actions/setup-node@v2 with: - node-version: '10.13.0' + node-version: '12.10.0' - run: npm install -g ghost-cli@latest - run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run diff --git a/package.json b/package.json index 945b993f0d..9d8770b8ee 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../" }, "engines": { - "node": "^10.13.0 || ^12.10.0 || ^14.15.0", + "node": "^12.10.0 || ^14.15.0", "cli": "^1.16.0" }, "dependencies": {