mirror of https://github.com/actions/toolkit
Try older node version
parent
580da8ec8b
commit
dee747db33
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Set Node.js 14.x
|
- name: Set Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 12.x
|
||||||
- run: npm install -g npm@latest
|
- 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
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Set Node.js 14.x
|
- name: Set Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 12.x
|
||||||
- run: npm install -g npm@latest
|
- run: npm install -g npm@latest
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Set Node.js 14.x
|
- name: Set Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 12.x
|
||||||
- run: npm install -g npm@latest
|
- 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
|
||||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set Node.js 14.x
|
- name: Set Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 12.x
|
||||||
- run: npm install -g npm@latest
|
- run: npm install -g npm@latest
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Set Node.js 14.x
|
- name: Set Node.js 14.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 12.x
|
||||||
- run: npm install -g npm@latest
|
- run: npm install -g npm@latest
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
|
|
Loading…
Reference in New Issue