Skip to content

Commit

Permalink
Dropped Node 16 from CI
Browse files Browse the repository at this point in the history
refs TryGhost/DevOps#75

- this is no longer supported because we've gone past the EOL date
  • Loading branch information
daniellockyer committed Oct 25, 2023
1 parent 00d850d commit 858cf43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18 ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18 ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
Expand Down

0 comments on commit 858cf43

Please sign in to comment.