mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-22 18:19:33 +01:00
update
This commit is contained in:
parent
2fb08c4f31
commit
5e5ef8fd55
1 changed files with 7 additions and 7 deletions
14
.github/workflows/versions.yml
vendored
14
.github/workflows/versions.yml
vendored
|
@ -23,13 +23,6 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# test version from node manifest
|
|
||||||
- name: Setup node 12 from manifest
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
node-version: 12
|
|
||||||
- name: Verify node and npm
|
|
||||||
run: __tests__/verify-node.sh 12
|
|
||||||
# test version that falls through to node dist
|
# test version that falls through to node dist
|
||||||
- name: Setup node 11 from dist
|
- name: Setup node 11 from dist
|
||||||
uses: ./
|
uses: ./
|
||||||
|
@ -37,6 +30,13 @@ jobs:
|
||||||
node-version: 11
|
node-version: 11
|
||||||
- name: Verify node and npm
|
- name: Verify node and npm
|
||||||
run: __tests__/verify-node.sh 11
|
run: __tests__/verify-node.sh 11
|
||||||
|
# test version from node manifest
|
||||||
|
- name: Setup node 12 from manifest
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
node-version: 12
|
||||||
|
- name: Verify node and npm
|
||||||
|
run: __tests__/verify-node.sh 12
|
||||||
- name: Setup node 0.12.18 from dist
|
- name: Setup node 0.12.18 from dist
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue