Skip to content

Commit

Permalink
Update node version (#1117)
Browse files Browse the repository at this point in the history
* bump minimum node engine from 16.19.0 to 18.0.0

* drop node 16 from test matrix, update workflows SHA

* bump: (patch) @terascope/[email protected], [email protected]

bump: (patch) [email protected], [email protected]
  • Loading branch information
busma13 authored Feb 20, 2024
1 parent c3d8083 commit 980e04f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
call-asset-build:
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@87417c24b289012e5665f4aea5eaad78431dbe31
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@6dfb22a4299550935fb58a16aa544837a43fe38c
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/test-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# NOTE: Hard Coded Node Version array, should match array in build-and-publish-asset.yml
node-version: [16.20.2, 18.18.2]
node-version: [18.19.1]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
# NOTE: Hard Coded Node Version array, should match array in build-and-publish-asset.yml
node-version: [16.20.2, 18.18.2]
node-version: [18.19.1]
search-version: [elasticsearch6, elasticsearch7, opensearch1, opensearch2]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "elasticsearch",
"version": "3.5.5"
"version": "3.5.6"
}
4 changes: 2 additions & 2 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asset",
"displayName": "Asset",
"version": "3.5.5",
"version": "3.5.6",
"private": true,
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"terascope": {}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"displayName": "Elasticsearch Assets",
"version": "3.5.5",
"version": "3.5.6",
"private": true,
"description": "bundle of processors for teraslice",
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "~5.2.2"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"terascope": {
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"elasticsearch": "^15.4.1"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/elasticsearch": "^5.0.40"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"publishConfig": {
Expand Down

0 comments on commit 980e04f

Please sign in to comment.