0
Fork 0
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:
Daniel Lockyer 2022-04-19 15:29:50 +01:00
parent 9e8de9ab01
commit 6d5a8c6b31

View file

@ -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