0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

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 submodules: true
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '12.18.0' node-version: '14'
- run: yarn - run: yarn
- run: grunt release --skip-tests - run: grunt release --skip-tests