Skip to content

Commit

Permalink
Merge pull request #3440 from terascope/release-teraslice-0-86-4
Browse files Browse the repository at this point in the history
release: (patch) [email protected]
  • Loading branch information
godber authored Oct 19, 2023
2 parents e2be585 + 1510a5c commit d32a710
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.21.3, 16.19.1, 18.16.0]
# node-version: [14.21.3, 16.19.1, 18.16.0]
node-version: [14.21.3, 16.19.1]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -53,5 +54,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Install and build packages
run: yarn setup
env:
YARN_SETUP_ARGS: "--prod=false --silent"

- name: Publish to docker
run: yarn ts-scripts publish -t tag -n ${{ matrix.node-version }} docker
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "0.86.3",
"version": "0.86.4",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "0.86.3",
"version": "0.86.4",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down

0 comments on commit d32a710

Please sign in to comment.