Skip to content

Commit

Permalink
chore: require node 14 or above (#4219)
Browse files Browse the repository at this point in the history
Most of our existing dev dependencies require node 12+, and node 16 is the active LTS for several more months.  Let's make node 14 the required minimum for Shaka Player development, to avoid issues with our dev deps failing on older versions.
  • Loading branch information
dulmandakh committed May 12, 2022
1 parent 5818260 commit a6b7148
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 6 deletions.
92 changes: 86 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -97,5 +97,8 @@
},
"dependencies": {
"eme-encryption-scheme-polyfill": "^2.0.3"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit a6b7148

Please sign in to comment.