Skip to content

Commit

Permalink
Update push.yml for versions 16, 18 & 19
Browse files Browse the repository at this point in the history
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)").
  • Loading branch information
kvakil committed Aug 18, 2022
1 parent 024592c commit 6b50c38
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,25 @@ jobs:
- version: 10.x
- version: 12.x
- version: 14.x
# - version: 16.x
# - version: 18.x
# - version: 19.x
# mirror: https://nodejs.org/download/nightly
# - version: 19.x
# mirror: https://nodejs.org/download/v8-canary
- version: 16.x
- version: 18.x
- version: 19.x
mirror: https://nodejs.org/download/nightly
- version: 19.x
mirror: https://nodejs.org/download/v8-canary
# os: [ubuntu-latest, macos-latest]
# Temporarily disable MacOS until
# https://github.com/nodejs/node/issues/32981 is fixed
# TODO(mmarchini): test on 20.04 (need different lldb version)
os: [ubuntu-18.04, ubuntu-20.04]
llvm: [8, 9, 10, 11, 12, 13, 14]
exclude:
- os: ubuntu-18.04
node:
- version: 18.x
- os: ubuntu-18.04
node:
- version: 19.x
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}
Expand Down

0 comments on commit 6b50c38

Please sign in to comment.