0
Fork 0
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:
Daniel Lockyer 2020-05-28 12:59:08 +01:00 committed by GitHub
parent 1bd8c18a16
commit 6871b96d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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