Skip to content

Commit

Permalink
Migrate to node 18 and webpack 5 (#1189)
Browse files Browse the repository at this point in the history
* Migrate to node 18 and webpack 5

 #74976
  • Loading branch information
orck-adrouin committed Nov 14, 2023
1 parent 7fd8ace commit 7c5f6ad
Show file tree
Hide file tree
Showing 6 changed files with 19,057 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .az.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ variables:

steps:
- task: NodeTool@0
displayName: 'Use Node 15.x'
displayName: 'Use Node 18.x'
inputs:
versionSpec: 15.x
versionSpec: 18.x

- task: Npm@0
displayName: 'npm install'
inputs:
command: 'install'
arguments: '--legacy-peer-deps --verbose'
arguments: '--verbose'

- task: PublishBuildArtifacts@1
displayName: 'Publish eresolve-report.txt'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
node_modules/
dist/
coverage/
package-lock.json
babel.tmp.json
builds/
breakage/
Expand Down
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
registry=https://registry.npmjs.org/
package-lock=false
save-exact=false
save-exact=false
legacy-peer-deps=true

0 comments on commit 7c5f6ad

Please sign in to comment.