mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated Ghost-CLI test to use the latest release
no issue
This commit is contained in:
parent
1bd8c18a16
commit
6871b96d7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.13.0'
|
||||
- run: npm install -g ghost-cli@next
|
||||
- run: npm install -g ghost-cli@latest
|
||||
- run: zip -r ghost.zip .
|
||||
|
||||
- name: Clean Install
|
||||
|
|
Loading…
Add table
Reference in a new issue