File tree Expand file tree Collapse file tree 4 files changed +129
-147
lines changed Expand file tree Collapse file tree 4 files changed +129
-147
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
node-version :
11
- - 12
11
+ - 16
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Set up system
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Logging in to the SUI requires a running instance of ManageIQ. Instructions on h
12
12
```
13
13
git clone [email protected] :ManageIQ/manageiq-ui-service.git
14
14
```
15
- - Have nodejs ** v6 .x** and npm ** 3 .x.x** installed (npm should be installed with NodeJS)
15
+ - Have nodejs ** v16 .x** and npm ** 8 .x.x** installed (npm should be installed with NodeJS)
16
16
- If using [ nvm] ( https://github.com/creationix/nvm ) you can ensure you are using the correct node version with ` nvm use `
17
17
- Have yarn (^v1.0.1) globally installed.
18
18
```
Original file line number Diff line number Diff line change 77
77
"devDependencies" : {
78
78
"@babel/core" : " ~7.12.3" ,
79
79
"@babel/preset-env" : " ~7.12.1" ,
80
+ "@webpack-cli/serve" : " ~1.6.0" ,
80
81
"angular-mocks" : " ~1.8.2" ,
81
82
"axios" : " ~0.21.0" ,
82
83
"babel-eslint" : " ~10.1.0" ,
116
117
"resolve-url-loader" : " ~3.1.2" ,
117
118
"sass" : " ~1.29.0" ,
118
119
"sass-lint" : " ~1.13.1" ,
119
- "sass-loader" : " ~10.0.5 " ,
120
+ "sass-loader" : " ^11.1.1 " ,
120
121
"save-remote-file-webpack-plugin" : " ^1.1.0" ,
121
122
"shelljs" : " ~0.8.4" ,
122
123
"sinon" : " ~9.2.1" ,
123
124
"sinon-chai" : " ~3.5.0" ,
124
125
"style-loader" : " ~2.0.0" ,
125
126
"url-loader" : " ~4.1.1" ,
126
127
"webpack" : " ~5.4.0" ,
127
- "webpack-cli" : " ~4.2 .0" ,
128
+ "webpack-cli" : " ~4.9 .0" ,
128
129
"webpack-dev-server" : " ~3.11.0" ,
129
130
"webpack-stats-plugin" : " ~1.0.2"
130
131
},
133
134
" > 5%"
134
135
],
135
136
"engines" : {
136
- "node" : " >= 12 .0.0" ,
137
- "npm" : " >= 6 .0.0"
137
+ "node" : " >= 16 .0.0" ,
138
+ "npm" : " >= 8 .0.0"
138
139
},
139
140
"packageManager" :
" [email protected] "
140
141
}
You can’t perform that action at this time.
0 commit comments