Skip to content
Closed
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/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 24
cache: yarn
- run: yarn

2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '24'
cache: 'yarn'
- uses: nrwl/[email protected]
- run: yarn
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ RUN apk add libstdc++

# Install NodeJS as well as yarn
RUN cd /opt \
&& wget https://unofficial-builds.nodejs.org/download/release/v16.17.1/node-v16.17.1-linux-x64-musl.tar.gz -O node-v16.17.1-linux-x64-musl.tar.gz \
&& tar -xf node-v16.17.1-linux-x64-musl.tar.gz \
&& rm node-v16.17.1-linux-x64-musl.tar.gz \
&& mv node-v16.17.1-linux-x64-musl node \
&& wget https://unofficial-builds.nodejs.org/download/release/v24.11.0/node-v24.11.0-linux-x64-musl.tar.gz -O node-v24.11.0-linux-x64-musl.tar.gz \
&& tar -xf node-v24.11.0-linux-x64-musl.tar.gz \
&& rm node-v24.11.0-linux-x64-musl.tar.gz \
&& mv node-v24.11.0-linux-x64-musl node \
&& npm i -g yarn \
&& mkdir /project

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Check TypeScript compilation
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Build NPM packages
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Check TypeScript compilation
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Build NPM packages
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install and Build 🔧
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-storybook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-npm-modules
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/coreui/.github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- run: yarn install
- run: yarn build-npm-modules
- name: Store Dist Folder
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
registry-url: https://registry.npmjs.org/
- name: Retrieve Dist Folder
uses: actions/download-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-npm-modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-npm-modules
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/eda/.github/workflows/pr-check-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '24'

# Runs a set of commands using the runners shell
- name: Check TypeScript compilation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-npm-modules
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/multi-blast/.github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Check TypeScript compilation
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Build NPM packages
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Check TypeScript compilation
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Build NPM packages
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 24
- run: |
yarn install
yarn build-npm-modules
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/user-datasets/.github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Check TypeScript compilation
run: |
yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 24
- name: Build NPM packages
run: |
yarn install
Expand Down
Loading