Skip to content

Commit 726161e

Browse files
committed
chore: fix build
1 parent 0182201 commit 726161e

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,24 @@ jobs:
2929
npm run lint
3030
npm run build-all
3131
32+
standalone-examples-node20:
33+
runs-on: ubuntu-latest
34+
35+
steps:
36+
- name: Use NodeJS v20
37+
uses: actions/setup-node@v4
38+
with:
39+
node-version: "20"
40+
41+
- name: Check out repository
42+
uses: actions/checkout@v4
43+
44+
- name: Build Grid Live Data app
45+
working-directory: ./examples-standalone/grid-live-data
46+
run: |
47+
npm ci
48+
npm run build
49+
3250
standalone-examples-node18:
3351
runs-on: ubuntu-latest
3452

@@ -64,11 +82,6 @@ jobs:
6482
run: |
6583
npm ci
6684
# npm run lint
67-
- name: Build Grid Live Data app
68-
working-directory: ./examples-standalone/grid-live-data
69-
run: |
70-
npm ci
71-
npm run build
7285

7386
- name: Translation of Messages
7487
working-directory: ./examples-standalone/integration-i18n

0 commit comments

Comments
 (0)