From 4f4aece268db4915285f0c74e016ed79cf6445d8 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 9 Apr 2024 09:22:40 -0700 Subject: [PATCH] build: stop pinning NPM to avoid issues like https://github.com/actions/runner-images/issues/9644 --- .github/workflows/part-build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/part-build.yml b/.github/workflows/part-build.yml index cab5260c4..fea19d3d4 100644 --- a/.github/workflows/part-build.yml +++ b/.github/workflows/part-build.yml @@ -89,9 +89,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - run: npm i -g npm@9.5.0 # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 - - name: Setup dotnet uses: actions/setup-dotnet@v2 with: @@ -126,7 +123,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: npm i -g npm@9.5.0 # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 - name: Setup dotnet uses: actions/setup-dotnet@v2 with: @@ -152,7 +148,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: npm i -g npm@9.5.0 # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 - uses: actions/setup-dotnet@v2 with: dotnet-version: | @@ -181,7 +176,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: npm i -g npm@9.5.0 # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 - uses: actions/setup-dotnet@v2 with: dotnet-version: | @@ -211,8 +205,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - run: npm i -g npm@9.5.0 # Pin NPM to avoid breaking changes like https://github.com/nodejs/node/issues/46542 - run: npm ci @@ -268,8 +260,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: npm i -g npm@9.5.0 # 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 @@ -306,8 +296,6 @@ jobs: steps: - uses: actions/checkout@v3 - - run: npm i -g npm@9.5.0 # 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