0
Fork 0
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:
Daniel Lockyer 2023-01-03 14:38:40 +01:00
parent 435d5da3ff
commit f512bd8eff
No known key found for this signature in database

View file

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