Skip to content
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
node-version:
- 24.15.0
- 26.1.0
steps:
- name: checkout
uses: actions/checkout@v6.0.2
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.4.0
with:
node-version: 24.15.0
node-version: 26.1.0
- name: install
run: npm ci
- name: release
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 @@ -25,7 +25,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.4.0
with:
node-version: 24.15.0
node-version: 26.1.0
- name: install
run: npm ci
- name: perform CodeQL analysis
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 @@ -14,7 +14,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.4.0
with:
node-version: 24.15.0
node-version: 26.1.0
- name: remove lock
run: rm package-lock.json
- name: install playwright
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.4.0
with:
node-version: 24.15.0
node-version: 26.1.0
- name: install
run: npm ci
- name: run docs
Expand Down
Loading