Skip to content

Commit 858cf43

Browse files
committed
Dropped Node 16 from CI
refs https://github.com/TryGhost/DevOps/issues/75 - this is no longer supported because we've gone past the EOL date
1 parent 00d850d commit 858cf43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
88
strategy:
99
matrix:
10-
node: [ 16, 18 ]
10+
node: [ 18 ]
1111
env:
1212
FORCE_COLOR: 1
1313
name: Node ${{ matrix.node }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
1111
strategy:
1212
matrix:
13-
node: [ 16, 18 ]
13+
node: [ 18 ]
1414
env:
1515
FORCE_COLOR: 1
1616
name: Node ${{ matrix.node }}

0 commit comments

Comments
 (0)