Skip to content

Commit dbb85b8

Browse files
authored
Merge branch 'devel' into feature/demux-sth-r3
2 parents 2dbd2d1 + 6655ca9 commit dbb85b8

File tree

207 files changed

+9209
-9135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+9209
-9135
lines changed

.github/workflows/_main_sth-build-test-node-16.yml

Lines changed: 0 additions & 150 deletions
This file was deleted.

.github/workflows/analyze-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010

1111
jobs:

.github/workflows/build-docker-prerunner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010
git-revision:
1111
required: false

.github/workflows/build-docker-runner-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010
git-revision:
1111
required: false

.github/workflows/build-docker-sth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010
git-revision:
1111
required: false

.github/workflows/build-refapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010

1111
jobs:

.github/workflows/build-sth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010

1111
jobs:

.github/workflows/preinstall-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
node-version:
77
required: false
8-
default: '16.x'
8+
default: '18.x'
99
type: string
1010

1111
jobs:

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ jobs:
119119
with:
120120
ref: v${{ inputs.version }}
121121

122-
- name: Setup Nodejs 16
122+
- name: Setup Nodejs 18
123123
uses: actions/setup-node@v3
124124
with:
125125
cache: 'yarn'
126-
node-version: 16
126+
node-version: 18
127127

128128
- name: Configure npm registry access
129129
run: |

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
node-version: [ 16.x ]
14+
node-version: [ 18.x ]
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)