Remove npm patching
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user