Skip to content

Commit e3105e8

Browse files
authored
Temporarily pin node-v8 to last known good build (#990)
1 parent 156dab9 commit e3105e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
- uses: dcodeIO/setup-node-nvm@v1.0.0
8888
with:
8989
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"
9092
- name: Install dependencies
9193
run: npm ci --no-audit
9294
- name: Clean distribution files

0 commit comments

Comments
 (0)