We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121d031 commit d391c7cCopy full SHA for d391c7c
.github/workflows/deployment.yaml
@@ -49,7 +49,7 @@ jobs:
49
###### End of Repository/Build Configurations ######
50
app_build_command: "npm run build"
51
env: # Put a node version on the following line
52
- NODE_VERSION: 18
+ NODE_VERSION: 22
53
54
close_pull_request_job:
55
if: github.event_name == 'pull_request' && github.event.action == 'closed'
0 commit comments