Skip to content

Commit

Permalink
node 20 on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe committed Jun 14, 2024
1 parent 76dc083 commit 103938e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
GITHUB_NAME: The Buildbot
GITHUB_EMAIL: [email protected]
NAME: api4-build
run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit"
run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit" --no-silent
2 changes: 1 addition & 1 deletion package.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node start.js"
},
"engines": {
"node": "22.x"
"node": "20.x"
},
"dependencies": {
"body-parser": "^1.20.2",
Expand Down

0 comments on commit 103938e

Please sign in to comment.