Skip to content

Commit e27b62c

Browse files
committed
update nodejs depadancy
1 parent 2a1984d commit e27b62c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
node-version: [14.x, 16.x, 18.x]
11+
node-version: [16.x, 18.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v3

dist/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plyr-react",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"private": false,
55
"description": "A simple HTML5, YouTube and Vimeo player for react using plyr",
66
"keywords": [
@@ -54,6 +54,6 @@
5454
}
5555
},
5656
"engines": {
57-
"node": ">=12.7.0"
57+
"node": ">=16"
5858
}
5959
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plyr-react",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "A simple HTML5, YouTube and Vimeo player for react using plyr",
55
"keywords": [
66
"react",
@@ -166,7 +166,7 @@
166166
}
167167
},
168168
"engines": {
169-
"node": ">=12.7.0"
169+
"node": ">=16"
170170
},
171171
"publishConfig": {
172172
"access": "public"

0 commit comments

Comments
 (0)