mirror of https://github.com/waku-org/js-waku.git
Enable CI for NodeJS 16 and mac os
This commit is contained in:
parent
5ed2a122fa
commit
ccd3e5d6d1
|
@ -14,8 +14,8 @@ jobs:
|
||||||
BUF_VERSION: '0.41.0'
|
BUF_VERSION: '0.41.0'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [14]
|
node: [14, 16]
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
status = [
|
status = [
|
||||||
"build_and_test (14, ubuntu-latest)",
|
"build_and_test (14, ubuntu-latest)",
|
||||||
|
"build_and_test (16, ubuntu-latest)",
|
||||||
|
"build_and_test (14, macos-latest)",
|
||||||
|
"build_and_test (16, macos-latest)",
|
||||||
"web_chat_build_and_test"
|
"web_chat_build_and_test"
|
||||||
]
|
]
|
||||||
block_labels = ["work-in-progress"]
|
block_labels = ["work-in-progress"]
|
||||||
|
|
Loading…
Reference in New Issue