1
0
Fork 0

Remove npm patching

pull/1230/head
Ferenc Hammerl 2022-11-04 11:31:58 +00:00
parent 086231c43a
commit 4e3720ed97
5 changed files with 0 additions and 5 deletions

View File

@ -28,7 +28,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x 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 # 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 # node context. This runs a local action that gets and sets the necessary env variables that are needed

View File

@ -24,7 +24,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: npm install -g npm@latest
- name: npm install - name: npm install
run: npm install run: npm install

View File

@ -28,7 +28,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x 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 # 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 # node context. This runs a local action that gets and sets the necessary env variables that are needed

View File

@ -22,7 +22,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: npm install -g npm@latest
- name: npm install - name: npm install
run: npm install run: npm install

View File

@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 16.x
- run: npm install -g npm@latest
- name: npm install - name: npm install
run: npm install run: npm install