Skip to content

Commit 5d7f99e

Browse files
committed
chore: cleanup
1 parent 8f61fe8 commit 5d7f99e

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@ jobs:
1818
max-parallel: 1
1919
matrix:
2020
node-version:
21-
- 22.17.1
22-
- 22.18.0
23-
- 22.19.0
24-
- 22.20.0
25-
- 22.21.0
26-
- 24.5.0
27-
- 24.6.0
28-
- 24.7.0
29-
- 24.8.0
30-
- 24.9.0
31-
- 24.10.0
32-
- 24.11.0
3321
- 24.11.1
3422
steps:
3523
- name: checkout

.github/workflows/update_readme_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: prepare node
1616
uses: actions/setup-node@v6.0.0
1717
with:
18-
node-version: 22.13.0
18+
node-version: 24.11.1
1919
- name: install
2020
run: npm ci
2121
- name: run docs

0 commit comments

Comments
 (0)