Skip to content

Commit

Permalink
Merge pull request #566 from eclipse-thingweb/egekorkan-patch-2
Browse files Browse the repository at this point in the history
Ignore old web package from testing and fix node versions
  • Loading branch information
egekorkan authored Mar 27, 2024
2 parents 65a7ea4 + abc93b7 commit c3f8e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout
Expand All @@ -37,7 +37,7 @@ jobs:
run: lerna bootstrap --no-ci

- name: Test
run: lerna run test --no-bail --stream
run: lerna run test --no-bail --stream --ignore=packages/web

- name: TD test
run: node packages/cli/index.js -i examples/td/*/*.jsonld
Expand Down

0 comments on commit c3f8e66

Please sign in to comment.