mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00: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
|
||||
steps:
|
||||
- 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
|
||||
- name: Setup node 11 from dist
|
||||
uses: ./
|
||||
|
@ -37,6 +30,13 @@ jobs:
|
|||
node-version: 11
|
||||
- name: Verify node and npm
|
||||
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
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue