Skip to content

Commit c1125a2

Browse files
kvakilNo9
authored andcommitted
Remove v19.x, since downloading it fails
1 parent 1e59fe6 commit c1125a2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/push.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@ jobs:
2121
- version: 14.x
2222
- version: 16.x
2323
- version: 18.x
24-
- version: 19.x
25-
mirror: https://nodejs.org/download/nightly
26-
- version: 19.x
27-
mirror: https://nodejs.org/download/v8-canary
24+
# These error with "Unexpected input(s) 'node-mirror' ...":
25+
# - version: 19.x
26+
# mirror: https://nodejs.org/download/nightly
27+
# - version: 19.x
28+
# mirror: https://nodejs.org/download/v8-canary
2829
# os: [ubuntu-latest, macos-latest]
2930
# Temporarily disable MacOS until
3031
# https://github.com/nodejs/node/issues/32981 is fixed
3132
# TODO(mmarchini): test on 20.04 (need different lldb version)
3233
os: [ubuntu-18.04, ubuntu-20.04]
3334
llvm: [8, 9, 10, 11, 12, 13, 14]
3435
exclude:
36+
# This errors due to a glibc incompatibility.
3537
- {os: ubuntu-18.04, node: {version: 18.x}}
36-
- {os: ubuntu-18.04, node: {version: 19.x}}
3738
steps:
3839
- uses: actions/checkout@v1
3940
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}

0 commit comments

Comments
 (0)