Skip to content
Merged
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- windows-latest
node-version:
- 24.15.0
- 26.1.0
steps:
- name: checkout
uses: actions/checkout@v6.0.2
Expand Down Expand Up @@ -56,7 +57,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 @@ -21,7 +21,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.4.0
with:
node-version: 24.15.0
node-version: 26.1.0
- name: prepare CodeQL
uses: github/codeql-action/init@v4
with:
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