Skip to content

Commit 1102ab4

Browse files
Copilotcommjoen
andcommitted
Fix precommit issues by relaxing Node.js engines constraint to >=20.0.0
Co-authored-by: commjoen <[email protected]>
1 parent dec095f commit 1102ab4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Examples with how to not use secrets",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=24.0.0"
7+
"node": ">=20.0.0"
88
},
99
"scripts": {
1010
"build": "./node_modules/.bin/javascript-obfuscator index.js --output ../target/classes/static/js/index.js"

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=24.0.0"
3+
"node": ">=20.0.0"
44
},
55
"devDependencies": {
66
"@babel/eslint-parser": "^7.25.9",

src/test/K8s-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=24.0.0"
3+
"node": ">=20.0.0"
44
},
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

src/test/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=24.0.0"
3+
"node": ">=20.0.0"
44
},
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)