Skip to content

Commit

Permalink
build: stop pinning NPM to avoid issues like actions/runner-images#9644
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Apr 9, 2024
1 parent cd1132d commit 4f4aece
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/part-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ 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 Down Expand Up @@ -126,7 +123,6 @@ 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 @@ -152,7 +148,6 @@ 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 Down Expand Up @@ -181,7 +176,6 @@ 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 Down Expand Up @@ -211,8 +205,6 @@ 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

Expand Down Expand Up @@ -268,8 +260,6 @@ 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 @@ -306,8 +296,6 @@ 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

0 comments on commit 4f4aece

Please sign in to comment.