0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Bumped Node version used for Ghost-CLI tests

- our recommended version is Node 12 so we should use this
- possibly also solves some random CI failures we were seeing with
  sqlite3 not installing?
This commit is contained in:
Daniel Lockyer 2020-11-23 11:17:41 +00:00
parent 68856821db
commit a43f4dc4de

View file

@ -124,7 +124,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '10.13.0'
node-version: '12.10.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 .