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:
parent
9bb2bc82bd
commit
ada28188a3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue