Skip to content

Commit 5ba2e9a

Browse files
committed
Support node >= 22.x (ESM interopability)
1 parent 2b5b44d commit 5ba2e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
environment: ci
77
strategy:
88
matrix:
9-
node-version: ['20.x', '21.x']
9+
node-version: ['22.x']
1010
steps:
1111
- uses: actions/checkout@v4
1212

0 commit comments

Comments
 (0)