test github ci

This commit is contained in:
FairyEver 2019-11-26 10:05:37 +08:00
parent 4460605a7c
commit 7e79fca972
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
with:
node-version: '10.x'
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script