Skip to content

Commit

Permalink
Add node 22 workflows (#1185)
Browse files Browse the repository at this point in the history
* update github yamls that include node 22.2.0

* add asset zip testing in test workflow

* bump: (minor) [email protected], [email protected]
  • Loading branch information
sotojn authored May 22, 2024
1 parent 11944c3 commit 60ec04f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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@f6b34eb9b2ea5d113078381237ca81e5520e6f5b
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@73a80a9e19cde53baf8a918e2c7c69bf39ca884a
secrets: inherit
8 changes: 6 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: [18.19.1, 20.11.1]
node-version: [18.19.1, 20.11.1, 22.2.0]
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: [18.19.1, 20.11.1]
node-version: [18.19.1, 20.11.1, 22.2.0]
search-version: [elasticsearch6, elasticsearch7, opensearch1, opensearch2]
steps:
- uses: actions/checkout@v3
Expand All @@ -72,6 +72,10 @@ jobs:
- name: Test apis for ${{ matrix.search-version }}
run: yarn --silent test:${{ matrix.search-version }}
working-directory: ./packages/elasticsearch-asset-apis
- run: yarn global add teraslice-cli
- run: teraslice-cli -v
- run: teraslice-cli assets build
- run: ls -l build/


# TODO:
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.6.0"
"version": "3.7.0"
}
2 changes: 1 addition & 1 deletion asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asset",
"displayName": "Asset",
"version": "3.6.0",
"version": "3.7.0",
"private": true,
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"displayName": "Elasticsearch Assets",
"version": "3.6.0",
"version": "3.7.0",
"private": true,
"description": "bundle of processors for teraslice",
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
Expand Down

0 comments on commit 60ec04f

Please sign in to comment.