Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version:
- 22.20.0
- 22.21.0
- 24.10.0
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.0.0
with:
node-version: 22.20.0
node-version: 22.21.0
cache: npm
- name: install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version:
- 22.20.0
- 22.21.0
browser:
- chrome
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.0.0
with:
node-version: 22.20.0
node-version: 22.21.0
- name: install
run: npm ci
- name: run docs
Expand Down
Loading