Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added infra upgrade to Node 18 #250

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DevOps/pipeline/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ stages:
- ${{ if eq(variables.pr, 'true') }}:
- pr
pm2ProcessFileName: process.json
nodeVersionSpec: '14.18.1'
nodeVersionSpec: '18.17.0'
npmInstCmd: 'install --force --json --no-package-lock'
npmPruneFixCmd: 'install --production --json --force --no-package-lock'

Expand Down Expand Up @@ -158,6 +158,8 @@ stages:
${{ else }}:
certificateName: non-prod-gateway
AppDeploy: ${{parameters.AppDeploy}}
runtimeStack: NODE|18-lts


- ${{ if parameters.AppDeploy }}:
- template: pipeline/deploy.yml@devopsTemplates
Expand All @@ -173,4 +175,5 @@ stages:
applicationShortName: ${{variables.applicationShortName}}
releaseArtifactName: ${{variables.applicationFullName}}-${{var.key}}-$(Build.BuildId)-release
InfrDeploy: ${{parameters.InfrDeploy}}
runtimeStack: NODE|18-lts

Loading