File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 68
68
exit 1
69
69
fi
70
70
npm test
71
- - name : Test browser build
72
- run : node tests/browser-asc
73
71
test-windows :
74
72
name : " Compiler (Windows, node current)"
75
73
runs-on : windows-latest
89
87
run : npm run build
90
88
- name : Test distribution
91
89
run : npm test
92
- - name : Test browser build
93
- run : node tests/browser-asc
94
90
test-macos :
95
91
name : " Compiler (MacOS, node current)"
96
92
runs-on : macos-latest
@@ -110,8 +106,6 @@ jobs:
110
106
run : npm run build
111
107
- name : Test distribution
112
108
run : npm test
113
- - name : Test browser build
114
- run : node tests/browser-asc
115
109
test-features :
116
110
name : " Features"
117
111
runs-on : ubuntu-latest
@@ -121,7 +115,8 @@ jobs:
121
115
- uses : dcodeIO/setup-node-nvm@master
122
116
with :
123
117
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"
125
120
- name : Install dependencies
126
121
run : npm ci --no-audit
127
122
- name : Clean distribution files
You can’t perform that action at this time.
0 commit comments