File tree 3 files changed +192
-101
lines changed
3 files changed +192
-101
lines changed Original file line number Diff line number Diff line change 29
29
- run : yarn build:ci
30
30
31
31
- name : Save build folder
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : build
35
35
if-no-files-found : error
@@ -117,7 +117,7 @@ jobs:
117
117
- name : " UI Tests - Chrome - Mobile"
118
118
uses : cypress-io/github-action@v6
119
119
with :
120
- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
120
+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
121
121
start : yarn start:ci
122
122
wait-on : " http://localhost:3000"
123
123
wait-on-timeout : 120
@@ -208,7 +208,7 @@ jobs:
208
208
- name : " UI Tests - Firefox - Mobile"
209
209
uses : cypress-io/github-action@v6
210
210
with :
211
- config : " '{" e2e":{"viewportWidth":375,"viewportHeight":667}}"
211
+ config : ' {"e2e":{"viewportWidth":375,"viewportHeight":667}}'
212
212
start : yarn start:ci
213
213
wait-on : " http://localhost:3000"
214
214
wait-on-timeout : 120
Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"@auth0/auth0-react" : " 2.1.1" ,
16
16
"@aws-amplify/ui-react" : " ^5.0.4" ,
17
- "@babel/core" : " 7.0.1 " ,
17
+ "@babel/core" : " 7.23.9 " ,
18
18
"@babel/plugin-syntax-flow" : " ^7.14.5" ,
19
19
"@babel/plugin-transform-react-jsx" : " ^7.14.9" ,
20
20
"@graphql-tools/graphql-file-loader" : " 7.3.10" ,
You can’t perform that action at this time.
0 commit comments