1
0
Fork 0

Udpate npm versions

pull/1229/head
Ferenc Hammerl 2022-11-01 17:01:13 +00:00
parent 698f089b86
commit d4c6abaad1
5 changed files with 10 additions and 5 deletions

View File

@ -24,10 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.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

View File

@ -20,10 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install -g npm@latest
- name: npm install
run: npm install

View File

@ -24,10 +24,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.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

View File

@ -18,10 +18,11 @@ jobs:
- name: verify package exists
run: ls packages/${{ github.event.inputs.package }}
- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install -g npm@latest
- name: npm install
run: npm install

View File

@ -25,10 +25,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install -g npm@latest
- name: npm install
run: npm install