Skip to content

Commit

Permalink
Dropped support for Node 14 and 16
Browse files Browse the repository at this point in the history
ref https://linear.app/tryghost/issue/ENG-765/add-support-for-node-20

- these versions are EOL and we should no longer support them
  • Loading branch information
daniellockyer committed Mar 19, 2024
1 parent 33166b6 commit f9eddac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ 16, 18, 20 ]
node: [ 18, 20 ]
env:
- DB: sqlite3
NODE_ENV: testing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"web": "https://ghost.org"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || ^18.12.1 || ^20.11.1"
"node": "^18.12.1 || ^20.11.1"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit f9eddac

Please sign in to comment.