Skip to content

Commit f8aa860

Browse files
authored
Correct license for Directus that is no longer open source (#1012)
* doc: correct license for Directus that is no longer open source Directus is licensed under the Business Source License as of April 2025. https://github.com/directus/directus/blob/main/license * chore: upgrade Node.js version
1 parent 94a23f1 commit f8aa860

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "dist"
44

55
[build.environment]
6-
NODE_VERSION = "12.16.2"
6+
NODE_VERSION = "22.17.1"
77
NODE_ENV = "production"
88

99
[dev]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/jamstack/jamstack.org"
1010
},
1111
"engines": {
12-
"node": ">=12"
12+
"node": ">=22"
1313
},
1414
"scripts": {
1515
"build": "npm-run-all build:html build:css",

src/site/headless-cms/directus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Directus
33
repo: directus/directus
44
homepage: https://directus.io
55
twitter: directus
6-
opensource: "Yes"
6+
opensource: "No"
77
typeofcms: "API Driven"
88
supportedgenerators:
99
- All

0 commit comments

Comments
 (0)