File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments