Skip to content

Commit

Permalink
Switch to npm install react-scripts@4.0.3 (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceHaley authored Feb 15, 2022
1 parent 12410df commit fb9a2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/streaming-e2e/build/create-react-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ steps:
condition: ne(variables.CacheRestored, 'true')
workingDirectory: $(ReactProjectDir)

- powershell: npm install react-scripts@latest
displayName: npm install react-scripts@latest
- powershell: npm install react-scripts@4.0.3
displayName: npm install react-scripts@4.0.3
workingDirectory: $(ReactProjectDir)

- template: customize-dljs.yml
Expand Down

0 comments on commit fb9a2d2

Please sign in to comment.