mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
steps not actions
This commit is contained in:
parent
0351feb393
commit
cf52edc461
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest]
|
operating-system: [ubuntu-latest, windows-latest]
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set Node.js 10.x
|
- name: Set Node.js 10.x
|
||||||
|
|
Loading…
Add table
Reference in a new issue