Skip to content

Commit

Permalink
Dropped Node 14 from CI
Browse files Browse the repository at this point in the history
refs TryGhost/Toolbox#570

- Node 14 is EOL so we don't need to support it any longer
  • Loading branch information
daniellockyer authored Jun 5, 2023
1 parent 8ccdf7d commit 6308d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 16, 18 ]
env:
- DB: sqlite3
NODE_ENV: testing
Expand Down

0 comments on commit 6308d9b

Please sign in to comment.