Skip to content

Commit 5314377

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove node 10.x support
1 parent 4d5bb92 commit 5314377

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
12+
node-version: [12.x, 14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x, 14.x]
15+
node-version: [12.x, 14.x]
1616

1717
steps:
1818
- uses: actions/checkout@v1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"uuid": "^8.3.2"
4545
},
4646
"engines": {
47-
"node": ">=10.0.0"
47+
"node": ">=12.0.0"
4848
},
4949
"devDependencies": {
5050
"@babel/cli": "^7.14.5",

0 commit comments

Comments
 (0)