mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
drop support for Node 8, end-of-life
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
- "12"
|
||||
sudo: required
|
||||
|
||||
+1
-2
@@ -113,7 +113,6 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
"npm": ">=5.0.0"
|
||||
"node": ">=10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user