Skip to content

Commit

Permalink
chore: update package-lock (#1297)
Browse files Browse the repository at this point in the history
Co-authored-by: domsteinbach <[email protected]>
Co-authored-by: IrKa <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2023
1 parent d518fa8 commit b62b072
Show file tree
Hide file tree
Showing 3 changed files with 17,706 additions and 14,152 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- run: npx nx run-many --all --target=lint
# - run: npx nx run-many --all --target=test --configuration=ci
env:
Expand All @@ -39,7 +39,7 @@ jobs:
with:
node-version: 18
- uses: browser-actions/setup-chrome@v1
- run: npm install --force
- run: npm install
- run: npx nx run dsp-app:lint
# - run: npx nx run dsp-app:test:ci
env:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- name: Checkout DSP-API repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- run: npx nx run dateAdapter:lint
- run: npx nx run dateAdapter:test:ci
# - run: npx nx run dateAdaper-e2e:e2e-ci
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- run: npx nx run jdnconvertiblecalendar:lint
- run: npx nx run jdnconvertiblecalendar:test:ci

Expand All @@ -112,7 +112,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- run: npx nx run jdnconvertiblecalendardateadapter:lint
- run: npx nx run jdnconvertiblecalendardateadapter:test:ci

Expand All @@ -126,7 +126,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install --force
- run: npm install
- run: npx nx run vre-shared-app-config:lint
- run: npx nx run vre-shared-app-config:test:ci

Expand Down
Loading

0 comments on commit b62b072

Please sign in to comment.