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:
parent
a316ddd528
commit
28f125926c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue