Skip to content

Commit 8e8b227

Browse files
committed
Upgrade min node and yarn versions
1 parent 2b316be commit 8e8b227

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
14.15

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: node_js
2-
node_js: 9
2+
node_js: 14.15

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"bugs": "https://github.com/Bttstrp/bootstrap-switch/issues",
2727
"license": "MIT",
2828
"readmeFilename": "README.md",
29+
"engines": {
30+
"node": "^14.15",
31+
"yarn": "^1.22"
32+
},
2933
"devDependencies": {
3034
"babel-cli": "^6.22.2",
3135
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)