Skip to content

Commit

Permalink
Migrate to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed Nov 9, 2023
1 parent 888fb1e commit 8303ba4
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: datavisyn
inputs:
node_version:
description: "node version to use"
default: "16.16"
default: "20.9"
required: true
github_ro_token:
description: "github read-only token"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ on:

env:
NPM_REGISTRY: "https://registry.npmjs.org/"
NODE_VERSION: "16.16"
NODE_VERSION: "20.9"
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYPI_USERNAME: "datavisyn"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
NPM_REGISTRY: "https://registry.npmjs.org/"
NODE_VERSION: "16.16"
WORKFLOW_BRANCH: "new_deployment"
NODE_VERSION: "20.9"
WORKFLOW_BRANCH: "new_deployment_node_20"

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ concurrency:

env:
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "16.16"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
fail-fast: true
matrix:
component: ${{fromJson(needs.prepare-build.outputs.components)}}
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment
uses: datavisyn/github-workflows/.github/workflows/build-single-product-part.yml@new_deployment_node_20
with:
component: ${{ matrix.component }}
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
Expand All @@ -108,7 +108,7 @@ jobs:
fail-fast: true
matrix:
component: ${{fromJson(needs.prepare-build.outputs.components)}}
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@new_deployment
uses: datavisyn/github-workflows/.github/workflows/build-workspace-product-part.yml@new_deployment_node_20
with:
component: ${{ matrix.component }}
image_tag1: ${{ needs.prepare-build.outputs.image_tag1 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

concurrency:
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ on:
type: string
env:
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "16.16"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-workspace-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ on:
env:
VISYN_SCRIPTS_VERSION: "develop"
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "16.16"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-helm-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

jobs:
check-helm-chart-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ concurrency:

env:
GA_VERSION: "main"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:
required: false

env:
NODE_VERSION: "16.16"
NODE_VERSION: "20.9"
NPM_REGISTRY: "https://registry.npmjs.org/"
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYPI_USERNAME: "datavisyn"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:

env:
NPM_REGISTRY: "https://registry.npmjs.org/"
NODE_VERSION: "16.16"
WORKFLOW_BRANCH: "new_deployment"
NODE_VERSION: "20.9"
WORKFLOW_BRANCH: "new_deployment_node_20"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
env:
GA_VERSION: "main"
GITHUB_USER: "datavisyn-bot"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

jobs:
###############################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
env:
GA_VERSION: "main"
GITHUB_USER: "datavisyn-bot"
WORKFLOW_BRANCH: "new_deployment"
WORKFLOW_BRANCH: "new_deployment_node_20"

jobs:
release-repository:
Expand Down

0 comments on commit 8303ba4

Please sign in to comment.