Skip to content

Commit

Permalink
chore(node): drop node 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 16 support
  • Loading branch information
JAdshead committed Feb 16, 2024
1 parent 932cb6d commit 167a369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16.x', '18.x' ]
node: [ '18.x', '20.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16.x', '18.x' ]
node: [ '18.x', '20.x' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 167a369

Please sign in to comment.