File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 6868 exit 1
6969 fi
7070 npm test
71- - name : Test browser build
72- run : node tests/browser-asc
7371 test-windows :
7472 name : " Compiler (Windows, node current)"
7573 runs-on : windows-latest
8987 run : npm run build
9088 - name : Test distribution
9189 run : npm test
92- - name : Test browser build
93- run : node tests/browser-asc
9490 test-macos :
9591 name : " Compiler (MacOS, node current)"
9692 runs-on : macos-latest
@@ -110,8 +106,6 @@ jobs:
110106 run : npm run build
111107 - name : Test distribution
112108 run : npm test
113- - name : Test browser build
114- run : node tests/browser-asc
115109 test-features :
116110 name : " Features"
117111 runs-on : ubuntu-latest
@@ -121,7 +115,8 @@ jobs:
121115 - uses : dcodeIO/setup-node-nvm@master
122116 with :
123117 node-mirror : https://nodejs.org/download/v8-canary/
124- node-version : " 15.0.0-v8-canary202007077c53168ead"
118+ # FIXME: newer node-v8 builds are currently broken
119+ node-version : " 14.0.0-v8-canary201911242015a12d82"
125120 - name : Install dependencies
126121 run : npm ci --no-audit
127122 - name : Clean distribution files
You can’t perform that action at this time.
0 commit comments