Skip to content

Commit

Permalink
Merge pull request #780 from terascope/Use-updated-github-workflows
Browse files Browse the repository at this point in the history
Use updated github workflows - drop node 14 tests
  • Loading branch information
godber authored Jan 12, 2024
2 parents 1a06c93 + da37f23 commit c5b5330
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ updates:
ignore:
- dependency-name: '@types/node'
versions:
- '> 14.14.37'
- '> 17.0.0'
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@2b69deef97171811097c074fe1e11da4edf7d7b0
uses: terascope/workflows/.github/workflows/asset-build-and-publish.yml@87417c24b289012e5665f4aea5eaad78431dbe31
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@2b69deef97171811097c074fe1e11da4edf7d7b0
uses: terascope/workflows/.github/workflows/asset-test.yml@87417c24b289012e5665f4aea5eaad78431dbe31
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.4",
"version": "0.22.5",
"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.4",
"version": "0.22.5",
"private": true,
"description": "Teraslice standard processor asset bundle",
"repository": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@terascope/job-components": "^0.66.0",
"@terascope/standard-asset-apis": "^0.7.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@terascope/utils": "^0.53.0",
"@types/chance": "^1.1.4",
"@types/express": "^4.17.19",
Expand All @@ -37,7 +37,7 @@
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.17.0",
"node": ">=16.19.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.4",
"version": "0.22.5",
"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.66.0",
"@terascope/scripts": "0.63.0",
"@terascope/standard-asset-apis": "^0.7.0",
"@terascope/standard-asset-apis": "^0.7.1",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.10",
"@types/json2csv": "^5.0.7",
Expand All @@ -46,7 +46,7 @@
"typescript": "^4.8.3"
},
"engines": {
"node": ">=14.17.0",
"node": ">=16.19.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.0",
"version": "0.7.1",
"description": "A common set of tools for data processing",
"homepage": "https://github.com/terascope/standard-assets",
"repository": "git@github.com:terascope/standard-assets.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"ts-jest": "^29.1.1"
},
"engines": {
"node": ">=14.17.0",
"node": ">=16.19.0",
"yarn": ">=1.22.19"
},
"publishConfig": {
Expand Down

0 comments on commit c5b5330

Please sign in to comment.