1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

test runs against Node.js v16 (#989)

This commit is contained in:
Matthias Kretschmann 2022-01-13 11:57:08 +00:00 committed by GitHub
parent c30d19e868
commit 942bd4a77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['15', '14'] # Latest + LTS
node: ['16', '14']
steps:
- uses: actions/checkout@v2