Skip to content

Commit ab112e7

Browse files
committedSep 15, 2024··
chore: add v22
1 parent fc707c9 commit ab112e7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [18.x, 20.x, 21.x]
9+
node: [18.x, 20.x, 22.x]
1010
name: Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v4

‎lib/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.