Ghost/ghost/core
Daniel Lockyer 4ff51f4187 Fixed shutdown signal compatibility issue with Node 20
fix https://linear.app/tryghost/issue/ENG-1250/fix-node-20-shutdown-signal-compatibility-issue

- in Node 20, support for string-based arguments to `process.exit` are
  removed
- we can just switch this to an anonymous function and call `.shutdown`
  directly, as we don't need to pass any integer codes to it
2024-06-18 10:05:19 +02:00
..
content 🎨 Updated Source to v1.2.3 2024-06-06 08:34:57 +00:00
core Fixed shutdown signal compatibility issue with Node 20 2024-06-18 10:05:19 +02:00
test Adjusted spacing and amount of text of newsletter latest posts (#20285) 2024-06-11 12:30:32 +08:00
.c8rc.e2e.json
.c8rc.json
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Update dependency yjs to v13.6.17 2024-06-17 14:36:26 +00:00
playwright.config.js