Skip to content

Commit

Permalink
Add Node.js 18 - 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Oct 21, 2024
1 parent eea9481 commit 63d8150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
# TODO: drop < 18 in next major
node: [12, 14, 16, 18, 20, 22]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down

0 comments on commit 63d8150

Please sign in to comment.