diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index 4607f327..022e59e0 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -28,7 +28,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - run: npm install -g npm@latest # In order to upload & download artifacts from a shell script, certain env variables need to be set that are only available in the # node context. This runs a local action that gets and sets the necessary env variables that are needed diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index d3f645a5..0bf781a0 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - run: npm install -g npm@latest - name: npm install run: npm install diff --git a/.github/workflows/cache-tests.yml b/.github/workflows/cache-tests.yml index fab99b91..cac6d20b 100644 --- a/.github/workflows/cache-tests.yml +++ b/.github/workflows/cache-tests.yml @@ -28,7 +28,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - run: npm install -g npm@latest # In order to save & restore cache from a shell script, certain env variables need to be set that are only available in the # node context. This runs a local action that gets and sets the necessary env variables that are needed diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index fffda911..0668c812 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - run: npm install -g npm@latest - name: npm install run: npm install diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index d70e47e1..0e6fd5d4 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -29,7 +29,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - - run: npm install -g npm@latest - name: npm install run: npm install