Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
- windows-latest
node-version:
- 24.11.1
- 24.12.0
steps:
- name: checkout
uses: actions/checkout@v6.0.1
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: prepare node
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
node-version: 24.12.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.1.0
with:
node-version: 24.11.1
node-version: 24.12.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.1.0
with:
node-version: 24.11.1
node-version: 24.12.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.1.0
with:
node-version: 24.11.1
node-version: 24.12.0
- name: install
run: npm ci
- name: run docs
Expand Down