Skip to content

Commit f9ce9bf

Browse files
committed
ci: Add Node.js 22 to test matrix
1 parent 3e581aa commit f9ce9bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ['18', '20']
16+
node: ['18', '20', '22']
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup node ${{ matrix.node }}

0 commit comments

Comments
 (0)