4
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2025-11-11 14:56:55 +00:00

steps not actions

This commit is contained in:
Danny McCormick 2019-07-25 22:59:58 -04:00 committed by GitHub
parent 0351feb393
commit cf52edc461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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