mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumped CI Node version to 16
refs https://github.com/TryGhost/Toolbox/issues/488 - Node 16 is our recommended version so we should run tests using that
This commit is contained in:
parent
435d5da3ff
commit
f512bd8eff
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 0
|
FORCE_COLOR: 0
|
||||||
with:
|
with:
|
||||||
node-version: '14.17.0'
|
node-version: '16.13.0'
|
||||||
cache: yarn
|
cache: yarn
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "14.17.0"
|
node-version: "16.13.0"
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn workspace ghost-admin run test
|
- run: yarn workspace ghost-admin run test
|
||||||
|
@ -99,7 +99,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 0
|
FORCE_COLOR: 0
|
||||||
with:
|
with:
|
||||||
node-version: '14.17.0'
|
node-version: '16.13.0'
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
- name: Shutdown MySQL
|
- name: Shutdown MySQL
|
||||||
|
|
Loading…
Add table
Reference in a new issue