Skip to content

Commit d391c7c

Browse files
committed
adjust nodejs version of deployment to match dev version
1 parent 121d031 commit d391c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
###### End of Repository/Build Configurations ######
5050
app_build_command: "npm run build"
5151
env: # Put a node version on the following line
52-
NODE_VERSION: 18
52+
NODE_VERSION: 22
5353

5454
close_pull_request_job:
5555
if: github.event_name == 'pull_request' && github.event.action == 'closed'

0 commit comments

Comments
 (0)