0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Revert "Bumped Node version used for Ghost-CLI tests"

- this reverts commit a43f4dc4de
- we can't use Node 12 here because Ghost v1 doesn't support it...
This commit is contained in:
Daniel Lockyer 2020-11-23 11:22:23 +00:00
parent a43f4dc4de
commit fc9e107254

View file

@ -124,7 +124,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '12.10.0'
node-version: '10.13.0'
- run: npm install -g ghost-cli@latest
- 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 .