0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated CI Node version to 16

refs https://github.com/TryGhost/Toolbox/issues/163

- Node 16 is our recommended version so we should test using that
This commit is contained in:
Daniel Lockyer 2022-10-05 10:56:39 +07:00 committed by GitHub
parent 9608f834c3
commit 20d9256105

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
node: [ '14' ]
node: [ '16' ]
env:
FORCE_COLOR: 1
CI: true