File tree Expand file tree Collapse file tree 6 files changed +578
-374
lines changed Expand file tree Collapse file tree 6 files changed +578
-374
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ jobs:
5757 name : Behavior
5858 testScript : tasks/e2e-behavior.sh
5959 configurations :
60- LinuxNode8 : { vmImage: 'ubuntu-16 .04', nodeVersion: 8.x }
61- LinuxNode10 : { vmImage: 'ubuntu-16 .04', nodeVersion: 10.x }
60+ LinuxNode8 : { vmImage: 'ubuntu-18 .04', nodeVersion: 8.x }
61+ LinuxNode10 : { vmImage: 'ubuntu-18 .04', nodeVersion: 10.x }
6262 # WindowsNode8: { vmImage: 'vs2017-win2016', nodeVersion: 8.x }
6363 # WindowsNode10: { vmImage: 'vs2017-win2016', nodeVersion: 10.x }
64- MacNode8 : { vmImage: 'macOS-10.13 ', nodeVersion: 8.x }
65- MacNode10 : { vmImage: 'macOS-10.13 ', nodeVersion: 10.x }
64+ MacNode8 : { vmImage: 'macOS-10.15 ', nodeVersion: 8.x }
65+ MacNode10 : { vmImage: 'macOS-10.15 ', nodeVersion: 10.x }
6666
6767 # ******************************************************************************
6868 # Old Node test suite
Original file line number Diff line number Diff line change 2121 " test.js"
2222 ],
2323 "dependencies" : {
24- "@babel/core" : " 7.8.4 " ,
24+ "@babel/core" : " 7.8.7 " ,
2525 "@babel/plugin-proposal-class-properties" : " 7.8.3" ,
2626 "@babel/plugin-proposal-decorators" : " 7.8.3" ,
2727 "@babel/plugin-proposal-nullish-coalescing-operator" : " 7.8.3" ,
3030 "@babel/plugin-transform-flow-strip-types" : " 7.8.3" ,
3131 "@babel/plugin-transform-react-display-name" : " 7.8.3" ,
3232 "@babel/plugin-transform-runtime" : " 7.8.3" ,
33- "@babel/preset-env" : " 7.8.4 " ,
33+ "@babel/preset-env" : " 7.8.7 " ,
3434 "@babel/preset-react" : " 7.8.3" ,
3535 "@babel/preset-typescript" : " 7.8.3" ,
36- "@babel/runtime" : " 7.8.4 " ,
36+ "@babel/runtime" : " 7.8.7 " ,
3737 "babel-plugin-macros" : " 2.8.0" ,
3838 "babel-plugin-transform-react-remove-prop-types" : " 0.4.24"
3939 }
You can’t perform that action at this time.
0 commit comments