From 28f125926c4a23822e157005be82773a75f70f27 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 10 May 2021 20:39:04 +0100 Subject: [PATCH] Updated release workflow to use Node 14 no issue - Node 14 is now our recommended version and it's easier if we build Ghost with this version - this also works around the fact that 12.18.0 would no longer build Ghost because we have bumped our minimum 12 version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f9c02ffe..11cc5f269c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: submodules: true - uses: actions/setup-node@v2 with: - node-version: '12.18.0' + node-version: '14' - run: yarn - run: grunt release --skip-tests