mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-09 13:51:30 +00:00
fix: test node 14
This commit is contained in:
parent
a9b99e4e26
commit
34bb8d4ef7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
needs: check
|
needs: check
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [12, 14]
|
node: [14]
|
||||||
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user