1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-28 06:08:01 +02:00

testing 7z alt

This commit is contained in:
Bryan MacFarlane 2020-05-03 18:23:27 -04:00
parent beb2155295
commit 9fcef3fcea

View file

@ -39,9 +39,9 @@ jobs:
shell: bash
run: __tests__/verify-node.sh 0.12.18 SKIP_NPM
# test version from node manifest
- name: Setup node 12 from manifest
- name: Setup node 12.16.2 from manifest
uses: ./
with:
node-version: 12
node-version: 12.16.2
- name: Verify node and npm
run: __tests__/verify-node.sh 12