Skip to content

Commit

Permalink
test: include latest Node.js versions in test matrix (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Oct 16, 2024
1 parent 92c4681 commit b277411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- 10
- 12
- 14
- 16
- 18
- 20
- 22
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
Expand Down

0 comments on commit b277411

Please sign in to comment.