Skip to content

Commit

Permalink
support nodejs v10 (opensearch-project#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Anan Zhuang <[email protected]>
  • Loading branch information
ananzh authored Aug 31, 2021
1 parent 48f95cf commit 2af9ae6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
cluster: ["opendistro", "opensearch"]
node-version: [12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
cluster: ["opendistro", "opensearch"]
node-version: [12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jspm_packages
#Jetbrains editor folder
.idea

package-lock.json

# opensearch repo or binary files
opensearch*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"url": "https://github.com/opensearch-project/opensearch-js/issues"
},
"engines": {
"node": ">=12"
"node": ">=10"
},
"tsd": {
"directory": "test/types"
Expand Down
2 changes: 1 addition & 1 deletion test/bundlers/parcel-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"engines": {
"node": ">=12"
"node": ">=10"
},
"devDependencies": {
"parcel": "^2.0.0-beta.1"
Expand Down

0 comments on commit 2af9ae6

Please sign in to comment.