Skip to content

Commit

Permalink
(#236) Migrate create-react-app to Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend committed Jun 21, 2024
1 parent 5e64cb3 commit 4928e85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ui-reactjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "18"
- run: npm install
working-directory: ./src/UIs/reactjs/
- run: npm audit --audit-level=critical
Expand Down
4 changes: 2 additions & 2 deletions src/UIs/bff/reactjs/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ stages:
steps:
- checkout: self
- task: NodeTool@0
displayName: Use Node 14.x
displayName: Use Node 18.x
inputs:
versionSpec: 14.x
versionSpec: 18.x
checkLatest: true
- task: Npm@1
displayName: npm install
Expand Down
4 changes: 2 additions & 2 deletions src/UIs/reactjs/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ stages:
steps:
- checkout: self
- task: NodeTool@0
displayName: Use Node 14.x
displayName: Use Node 18.x
inputs:
versionSpec: 14.x
versionSpec: 18.x
checkLatest: true
- task: Npm@1
displayName: npm install
Expand Down

0 comments on commit 4928e85

Please sign in to comment.