0
Fork 0
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:
Daniel Lockyer 2021-12-09 09:55:51 +00:00
parent 5e55e2198b
commit d36ee59dbe

View file

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