Skip to content
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
node-version:
- 22.18.0
- 24.6.0
- 22.19.0
- 24.7.0
steps:
- name: checkout
uses: actions/checkout@v5.0.0
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v4.4.0
with:
node-version: 22.18.0
node-version: 22.19.0
cache: npm
cache-dependency-path: package-lock.json
- name: install
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@v4.4.0
with:
node-version: 22.18.0
node-version: 22.19.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.18.0
- 22.19.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@v4.4.0
with:
node-version: 22.18.0
node-version: 22.19.0
- name: install
run: npm ci
- name: run docs
Expand Down
Loading