Skip to content

Commit

Permalink
chore: update project node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbechev committed Feb 20, 2024
1 parent 73d624f commit 7ae65c6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
npm ci
npm run build
- name: Build Grid & Charts integration app
working-directory: ./examples-standalone/grid-charts-integration
run: |
npm ci
npm run build
standalone-examples-node14:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -107,11 +113,6 @@ jobs:
npm ci
npm run build
- name: Build Grid & Charts integration app
working-directory: ./examples-standalone/grid-charts-integration
run: |
npm ci
# npm run lint
- name: Build Grid Live Data app
working-directory: ./examples-standalone/grid-live-data
run: |
Expand Down

0 comments on commit 7ae65c6

Please sign in to comment.