mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Bumped Ghost-CLI test Node version to v14
refs https://github.com/TryGhost/Toolbox/issues/267 - we're about to remove support for Node 12 so this needs bumping to keep things chugging along
This commit is contained in:
parent
9e8de9ab01
commit
6d5a8c6b31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -243,7 +243,7 @@ jobs:
|
|||
env:
|
||||
FORCE_COLOR: 0
|
||||
with:
|
||||
node-version: '12.22.1'
|
||||
node-version: '14.17.0'
|
||||
cache: yarn
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue