Skip to content

Commit 32e3914

Browse files
🔧 Update CI workflow to support Node.js versions 22 and 24
1 parent 210753a commit 32e3914

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
@@ -61,7 +61,7 @@ jobs:
6161

6262
strategy:
6363
matrix:
64-
node-version: [18, 20, 22]
64+
node-version: [22, 24]
6565

6666
steps:
6767
- name: Checkout code

0 commit comments

Comments
 (0)