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:
parent
68856821db
commit
a43f4dc4de
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:
|
|||
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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue