Skip to content

Commit ac704bd

Browse files
committed
ci
1 parent 29187a8 commit ac704bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,7 @@ workflows:
6363
# - node-v12
6464
# - node-v14
6565
# - node-v16
66-
- node-v18
66+
# - node-v18
67+
# - node-v20
68+
# - node-v22
69+
- node-v24

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 10
2121
strategy:
2222
matrix:
23-
node-version: [20.x, 18.x]
23+
node-version: [24.x, 22.x, 20.x, 18.x]
2424
steps:
2525
- uses: actions/checkout@v3
2626

0 commit comments

Comments
 (0)