From 6d5a8c6b3179a5214cfd3d3235a4fce38fe8556c Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 19 Apr 2022 15:29:50 +0100 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 172cedeb7f..001beaefd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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