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
This commit is contained in:
Daniel Lockyer 2021-05-10 20:39:04 +01:00
parent a316ddd528
commit 28f125926c
No known key found for this signature in database
GPG Key ID: FFBC6FA2A6F6ABC1

View File

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