chore: change node versions

This commit is contained in:
Vasco Santos 2021-04-08 14:09:11 +02:00
parent f3fc3449c1
commit 59c64afb1c
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,8 @@ stages:
- cov
node_js:
- '10'
- 'lts/*'
- 'node'
os:
- linux

View File

@ -28,8 +28,7 @@
],
"license": "MIT",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/libp2p/js-peer-id/issues"
@ -39,7 +38,7 @@
"@types/chai": "^4.2.14",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.2.0",
"aegir": "^32.2.0"
"aegir": "^33.0.0"
},
"dependencies": {
"cids": "^1.1.5",