Skip to content

Commit

Permalink
Merge pull request #1073 from chintan9/new-dev
Browse files Browse the repository at this point in the history
update nodejs depadancy to 16
  • Loading branch information
chintan9 authored Jun 12, 2023
2 parents 2a1984d + e27b62c commit a483a2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plyr-react",
"version": "5.2.0",
"version": "5.3.0",
"private": false,
"description": "A simple HTML5, YouTube and Vimeo player for react using plyr",
"keywords": [
Expand Down Expand Up @@ -54,6 +54,6 @@
}
},
"engines": {
"node": ">=12.7.0"
"node": ">=16"
}
}
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plyr-react",
"version": "5.2.0",
"version": "5.3.0",
"description": "A simple HTML5, YouTube and Vimeo player for react using plyr",
"keywords": [
"react",
Expand Down Expand Up @@ -166,7 +166,7 @@
}
},
"engines": {
"node": ">=12.7.0"
"node": ">=16"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a483a2a

Please sign in to comment.