We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f61fe8 commit 5d7f99eCopy full SHA for 5d7f99e
2 files changed
.github/workflows/ci.yml
@@ -18,18 +18,6 @@ jobs:
18
max-parallel: 1
19
matrix:
20
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
33
- 24.11.1
34
steps:
35
- name: checkout
.github/workflows/update_readme_api.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: prepare node
16
uses: actions/setup-node@v6.0.0
17
with:
- node-version: 22.13.0
+ node-version: 24.11.1
- name: install
run: npm ci
- name: run docs
0 commit comments