Skip to content

Commit e5534f7

Browse files
authored
Merge pull request #32 from datavisyn/new_deployment_node_20
Migrate to node 20
2 parents 888fb1e + 64d0baf commit e5534f7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/actions/build-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: datavisyn
55
inputs:
66
node_version:
77
description: "node version to use"
8-
default: "16.16"
8+
default: "20.9"
99
required: true
1010
github_ro_token:
1111
description: "github read-only token"

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ on:
7070

7171
env:
7272
NPM_REGISTRY: "https://registry.npmjs.org/"
73-
NODE_VERSION: "16.16"
73+
NODE_VERSION: "20.9"
7474
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
7575
PYPI_USERNAME: "datavisyn"
7676
PYTHON_VERSION: "3.10"

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
NPM_REGISTRY: "https://registry.npmjs.org/"
18-
NODE_VERSION: "16.16"
18+
NODE_VERSION: "20.9"
1919
WORKFLOW_BRANCH: "new_deployment"
2020

2121
permissions:

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
env:
3030
TIME_ZONE: "Europe/Vienna"
31-
NODE_VERSION: "16.16"
31+
NODE_VERSION: "20.9"
3232
PYTHON_VERSION: "3.10"
3333
WORKFLOW_BRANCH: "new_deployment"
3434
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ on:
4646
type: string
4747
env:
4848
TIME_ZONE: "Europe/Vienna"
49-
NODE_VERSION: "16.16"
49+
NODE_VERSION: "20.9"
5050
PYTHON_VERSION: "3.10"
5151
WORKFLOW_BRANCH: "new_deployment"
5252
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"

.github/workflows/build-workspace-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
env:
4848
VISYN_SCRIPTS_VERSION: "develop"
4949
TIME_ZONE: "Europe/Vienna"
50-
NODE_VERSION: "16.16"
50+
NODE_VERSION: "20.9"
5151
PYTHON_VERSION: "3.10"
5252
WORKFLOW_BRANCH: "new_deployment"
5353
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"

.github/workflows/publish-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
required: false
2020

2121
env:
22-
NODE_VERSION: "16.16"
22+
NODE_VERSION: "20.9"
2323
NPM_REGISTRY: "https://registry.npmjs.org/"
2424
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
2525
PYPI_USERNAME: "datavisyn"

.github/workflows/publish-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
NPM_REGISTRY: "https://registry.npmjs.org/"
17-
NODE_VERSION: "16.16"
17+
NODE_VERSION: "20.9"
1818
WORKFLOW_BRANCH: "new_deployment"
1919

2020
permissions:

0 commit comments

Comments
 (0)