Skip to content

Commit

Permalink
Fix multiple build issues:
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Feb 17, 2023
1 parent a82aac9 commit 622f302
Show file tree
Hide file tree
Showing 12 changed files with 757 additions and 22 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/part-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542

# 2.2 is installed because it is the last version that officially supports DotnetCliToolReference
- name: Setup dotnet
uses: actions/setup-dotnet@v2
Expand Down Expand Up @@ -124,7 +126,8 @@ jobs:

steps:
- uses: actions/checkout@v3


- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
Expand All @@ -149,6 +152,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
- uses: actions/setup-dotnet@v2
with:
dotnet-version: |
Expand All @@ -175,6 +179,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542
- uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
Expand Down Expand Up @@ -203,6 +208,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542

- run: npm ci

- name: npm version
Expand Down Expand Up @@ -257,6 +264,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542

# build coalesce-vue
- run: npm run build-local-deps
- run: npm ci
Expand Down Expand Up @@ -293,6 +302,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: npm i -g [email protected] # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542

# build coalesce-vue
- run: npm run build-local-deps
- run: npm ci
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 622f302

Please sign in to comment.