mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Hardcoded Ghost-CLI to supported version
no issue - more recent versions of Ghost-CLI don't support Node 10 so we need to hardcode the Node version in order for tests to pass
This commit is contained in:
parent
5e55e2198b
commit
d36ee59dbe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.13.0'
|
||||
- run: npm install -g ghost-cli@latest
|
||||
- run: npm install -g ghost-cli@1.17.4
|
||||
- run: npm --no-git-tag-version version minor # We need to artificially bump the minor version to get migrations to run
|
||||
- run: zip -r ghost.zip .
|
||||
|
||||
|
|
Loading…
Reference in a new issue