Skip to content

Commit

Permalink
Force node version to be 12 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj authored Oct 25, 2023
1 parent 50733ee commit cc3bd5c
Showing 1 changed file with 2 additions and 2 deletions.
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 <13"
},
"author": "",
"license": "MIT",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": true
}
}
}
}

0 comments on commit cc3bd5c

Please sign in to comment.