Skip to content

Commit

Permalink
Revert "Move node version to 12" (#321)
Browse files Browse the repository at this point in the history
This reverts commit c58007b.
  • Loading branch information
okaycj committed Dec 16, 2022
1 parent 19e7b36 commit ccd4db3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/erbium
lts/dubnium
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dist: trusty
language: node_js
node_js:
- 12
- 10

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/lookit/ember-lookit-frameplayer.git"
},
"engines": {
"node": ">=12"
"node": ">=8"
},
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": true
}
}
}
}

0 comments on commit ccd4db3

Please sign in to comment.