mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-04-25 13:02:25 +00:00
chore: change node versions
This commit is contained in:
parent
f3fc3449c1
commit
59c64afb1c
@ -6,7 +6,8 @@ stages:
|
|||||||
- cov
|
- cov
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- '10'
|
- 'lts/*'
|
||||||
|
- 'node'
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0",
|
"node": ">=14.0.0"
|
||||||
"npm": ">=6.0.0"
|
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/libp2p/js-peer-id/issues"
|
"url": "https://github.com/libp2p/js-peer-id/issues"
|
||||||
@ -39,7 +38,7 @@
|
|||||||
"@types/chai": "^4.2.14",
|
"@types/chai": "^4.2.14",
|
||||||
"@types/dirty-chai": "^2.0.2",
|
"@types/dirty-chai": "^2.0.2",
|
||||||
"@types/mocha": "^8.2.0",
|
"@types/mocha": "^8.2.0",
|
||||||
"aegir": "^32.2.0"
|
"aegir": "^33.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cids": "^1.1.5",
|
"cids": "^1.1.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user