Skip to content

Commit b5312dc

Browse files
authored
chore: change node versions (#145)
1 parent f3fc344 commit b5312dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ stages:
66
- cov
77

88
node_js:
9-
- '10'
9+
- 'lts/*'
10+
- 'node'
1011

1112
os:
1213
- linux

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
],
2929
"license": "MIT",
3030
"engines": {
31-
"node": ">=10.0.0",
32-
"npm": ">=6.0.0"
31+
"node": ">=14.0.0"
3332
},
3433
"bugs": {
3534
"url": "https://github.com/libp2p/js-peer-id/issues"
@@ -39,7 +38,7 @@
3938
"@types/chai": "^4.2.14",
4039
"@types/dirty-chai": "^2.0.2",
4140
"@types/mocha": "^8.2.0",
42-
"aegir": "^32.2.0"
41+
"aegir": "^33.0.0"
4342
},
4443
"dependencies": {
4544
"cids": "^1.1.5",

0 commit comments

Comments
 (0)