mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
Node task uses node-version
This commit is contained in:
parent
f356c2ff17
commit
2f37098490
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
uses: actions/setup-node@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
node-version: 10.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user