mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:42:58 +08:00
Update workflow.yml (#34)
This commit is contained in:
parent
0a64f32b4e
commit
4f5cf60872
10
.github/workflows/workflow.yml
vendored
10
.github/workflows/workflow.yml
vendored
@ -5,8 +5,11 @@ jobs:
|
|||||||
name: Run Ubuntu
|
name: Run Ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
uses: bryanmacfarlane/node-config@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
@ -31,8 +34,11 @@ jobs:
|
|||||||
name: Run Windows
|
name: Run Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
uses: bryanmacfarlane/node-config@master
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user