We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156dab9 commit e3105e8Copy full SHA for e3105e8
1 file changed
.github/workflows/ci.yml
@@ -87,6 +87,8 @@ jobs:
87
- uses: dcodeIO/setup-node-nvm@v1.0.0
88
with:
89
node-mirror: https://nodejs.org/download/v8-canary/
90
+ # FIXME: newer node-v8 builds are currently broken
91
+ node-version: "14.0.0-v8-canary201911242015a12d82"
92
- name: Install dependencies
93
run: npm ci --no-audit
94
- name: Clean distribution files
0 commit comments