1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Update workflow.yml (#7)

This commit is contained in:
Danny McCormick 2019-07-23 13:22:18 -04:00 committed by GitHub
parent 8ee77cc1ee
commit 3592ca0294
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,9 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest]
actions:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with: