Skip to content

Commit 103938e

Browse files
committed
node 20 on prod
1 parent 76dc083 commit 103938e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
GITHUB_NAME: The Buildbot
2525
GITHUB_EMAIL: [email protected]
2626
NAME: api4-build
27-
run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit"
27+
run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit" --no-silent

package.prod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "node start.js"
77
},
88
"engines": {
9-
"node": "22.x"
9+
"node": "20.x"
1010
},
1111
"dependencies": {
1212
"body-parser": "^1.20.2",

0 commit comments

Comments
 (0)