Skip to content

Commit 462e351

Browse files
authored
ci: start testing against 22 (#447)
Adds Node 22 to the node_versions matrix
1 parent 09bfea8 commit 462e351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
node_version:
2121
- 18
2222
- 20
23+
- 22
2324
steps:
2425
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2526
- name: Test with Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)