mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 13:09:27 +08:00
Try older node version
This commit is contained in:
parent
580da8ec8b
commit
dee747db33
2
.github/workflows/artifact-tests.yml
vendored
2
.github/workflows/artifact-tests.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/cache-tests.yml
vendored
2
.github/workflows/cache-tests.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user