Skip to content

Commit 6b50c38

Browse files
committed
Update push.yml for versions 16, 18 & 19
I still expect them to be red, but enable them anyway. Exclude a couple of configurations which error with a glibc error ("version `GLIBC_2.28` not found (required by node)").
1 parent 024592c commit 6b50c38

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/push.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,25 @@ jobs:
1919
- version: 10.x
2020
- version: 12.x
2121
- version: 14.x
22-
# - version: 16.x
23-
# - 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
22+
- version: 16.x
23+
- 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
2828
# os: [ubuntu-latest, macos-latest]
2929
# Temporarily disable MacOS until
3030
# https://github.com/nodejs/node/issues/32981 is fixed
3131
# TODO(mmarchini): test on 20.04 (need different lldb version)
3232
os: [ubuntu-18.04, ubuntu-20.04]
3333
llvm: [8, 9, 10, 11, 12, 13, 14]
34+
exclude:
35+
- os: ubuntu-18.04
36+
node:
37+
- version: 18.x
38+
- os: ubuntu-18.04
39+
node:
40+
- version: 19.x
3441
steps:
3542
- uses: actions/checkout@v1
3643
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}

0 commit comments

Comments
 (0)