mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 14:20:36 -04:00
feat: drop Node.js 4 support
BREAKING CHANGE: Node.js 4 is not supported anymore
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 4
|
||||
- 6
|
||||
- 8
|
||||
- 10
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"url": "https://www.kochan.io/"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user