Skip to content

Commit

Permalink
ci: start testing against 22 (#447)
Browse files Browse the repository at this point in the history
Adds Node 22 to the node_versions matrix
  • Loading branch information
wolfy1339 committed Jul 15, 2024
1 parent 09bfea8 commit 462e351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node_version:
- 18
- 20
- 22
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Test with Node.js ${{ matrix.node_version }}
Expand Down

0 comments on commit 462e351

Please sign in to comment.