Skip to content

Commit 493fbad

Browse files
authored
fix: update required node and npm version (semantic-release#273)
1 parent dd95a83 commit 493fbad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lodash": "^4.17.15",
2525
"nerf-dart": "^1.0.0",
2626
"normalize-url": "^5.0.0",
27-
"npm": "^6.10.3",
27+
"npm": "^6.13.0",
2828
"rc": "^1.2.8",
2929
"read-pkg": "^5.0.0",
3030
"registry-auth-token": "^4.0.0",
@@ -47,7 +47,7 @@
4747
"xo": "^0.29.0"
4848
},
4949
"engines": {
50-
"node": ">=10.18"
50+
"node": ">=10.19"
5151
},
5252
"files": [
5353
"lib",

0 commit comments

Comments
 (0)