From fc9e10725488154b489d8203d3edaf8a260cc854 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 23 Nov 2020 11:22:23 +0000 Subject: [PATCH] Revert "Bumped Node version used for Ghost-CLI tests" - this reverts commit a43f4dc4de6b2150ced8633c2e0e0faf83715134 - we can't use Node 12 here because Ghost v1 doesn't support it... --- .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 d5d07050f2..d9848a11e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -124,7 +124,7 @@ jobs: submodules: true - uses: actions/setup-node@v1 with: - node-version: '12.10.0' + node-version: '10.13.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 .