Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node version #800

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion .github/workflows/test-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
call-asset-test-workflow:
uses: terascope/workflows/.github/workflows/asset-test.yml@87417c24b289012e5665f4aea5eaad78431dbe31
uses: terascope/workflows/.github/workflows/asset-test.yml@6dfb22a4299550935fb58a16aa544837a43fe38c
secrets: inherit
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "standard",
"version": "0.22.5",
"version": "0.22.6",
"description": "Teraslice standard processor asset bundle"
}
6 changes: 3 additions & 3 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard",
"displayName": "Asset",
"version": "0.22.5",
"version": "0.22.6",
"private": true,
"description": "Teraslice standard processor asset bundle",
"repository": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@terascope/job-components": "^0.67.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@terascope/standard-asset-apis": "^0.7.2",
"@terascope/utils": "^0.54.0",
"@types/chance": "^1.1.4",
"@types/express": "^4.17.19",
Expand All @@ -37,7 +37,7 @@
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"terascope": {}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-assets-bundle",
"displayName": "Standard Assets Bundle",
"version": "0.22.5",
"version": "0.22.6",
"private": true,
"description": "Teraslice standard processor asset bundle",
"workspaces": [
Expand All @@ -28,7 +28,7 @@
"@terascope/eslint-config": "^0.8.0",
"@terascope/job-components": "^0.67.0",
"@terascope/scripts": "0.71.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@terascope/standard-asset-apis": "^0.7.2",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.12",
"@types/json2csv": "^5.0.7",
Expand All @@ -46,7 +46,7 @@
"typescript": "~5.2.2"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"terascope": {
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-asset-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/standard-asset-apis",
"displayName": "Standard Asset Apis",
"version": "0.7.1",
"version": "0.7.2",
"description": "A common set of tools for data processing",
"homepage": "https://github.com/terascope/standard-assets",
"repository": "[email protected]:terascope/standard-assets.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"ts-jest": "^29.1.2"
},
"engines": {
"node": ">=16.19.0",
"node": ">=18.0.0",
"yarn": ">=1.22.19"
},
"publishConfig": {
Expand Down
Loading