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

Dropped Node 14 from CI

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

- Node 14 is now EOL so we don't need to support and run tests for it
This commit is contained in:
Daniel Lockyer 2023-05-01 15:07:20 +02:00
parent 9bb2bc82bd
commit ada28188a3
No known key found for this signature in database

View file

@ -145,7 +145,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ '14.18.0', '16.13.0', '18.12.1' ]
node: [ '16.13.0', '18.12.1' ]
name: Unit Tests (Node ${{ matrix.node }})
steps:
- uses: actions/checkout@v3
@ -180,7 +180,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ '14.18.0', '16.13.0', '18.12.1' ]
node: [ '16.13.0', '18.12.1' ]
env:
- DB: mysql8
NODE_ENV: testing-mysql