Skip to content

Commit

Permalink
chore(ci): added Node 18 to testing matrix
Browse files Browse the repository at this point in the history
refs TryGhost/Toolbox#488

- Node 18 is now LTS so we are adding support for it and should be
  running tests against it
  • Loading branch information
daniellockyer committed Jan 4, 2023
1 parent 11f80d4 commit f1265bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14.x, 16.x ]
node: [ 14.x, 16.x, 18.x ]
env:
FORCE_COLOR: 1
name: Node ${{ matrix.node }}
Expand Down

0 comments on commit f1265bd

Please sign in to comment.