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
1 changed files with 1 additions and 1 deletions

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 .