Skip to content

Commit

Permalink
Merge pull request #311 from lookit/node-version-12
Browse files Browse the repository at this point in the history
Move node version to 12
  • Loading branch information
okaycj committed Nov 1, 2022
2 parents 48f1c7d + c58007b commit e848c39
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/dubnium
lts/erbium
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:
- 10
- 12

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": ">=8"
"node": ">=12"
},
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": true
}
}
}
}

0 comments on commit e848c39

Please sign in to comment.