chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-16 00:51:22 +00:00
parent fefaeb03cc
commit bae06fe76c
194 changed files with 31234 additions and 13694 deletions
+10
View File
@@ -0,0 +1,10 @@
scripts:
- name: Generate readme
command: npm run build
- name: Run website
command: "npm run website:dev"
- name: Install dependencies
command: npm install && cd website && npm install
automation:
auto_issue_session: true
remote_control: false
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "22"
node-version: "24"
cache: "npm"
- name: Install root dependencies
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "22"
node-version: "24"
cache: "npm"
- name: Install root dependencies