File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 with :
1919 python-version : 3.8
2020
21- - name : Setup node 12 .x
21+ - name : Setup node 16 .x
2222 uses : actions/setup-node@v1
2323 with :
24- node-version : 12 .x
24+ node-version : 16 .x
2525
2626 - name : Install black
2727 run : |
Original file line number Diff line number Diff line change 6666 - name : Setup node
6767 uses : actions/setup-node@v1
6868 with :
69- node-version : 12 .x
69+ node-version : 16 .x
7070 - name : Upgrade pip
7171 run : python -m pip install --upgrade pip
7272 - name : Install robotframework from master
Original file line number Diff line number Diff line change @@ -292,8 +292,8 @@ def vendor_robot_stream(self):
292292 for f in os .listdir (vendored_webview ):
293293 print (f )
294294
295- bundle_js = os .path .join (vendored_webview , "bundle.js " )
296- assert os .path .exists (bundle_js ), f"{ bundle_js } does not exist."
295+ index_html = os .path .join (vendored_webview , "index.html " )
296+ assert os .path .exists (index_html ), f"{ index_html } does not exist."
297297 print ("=== Finished vendoring." )
298298
299299 def fix_readme (self ):
You can’t perform that action at this time.
0 commit comments