chore: reduce root-directory clutter (#1275)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Neil
2026-04-30 00:09:46 -07:00
committed by GitHub
co-authored by Orca
parent 61909fff03
commit 4318f3bfa7
17 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: package.json
- name: Setup pnpm
uses: pnpm/action-setup@v4
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: package.json
- name: Setup pnpm
uses: pnpm/action-setup@v4
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: package.json
- name: Configure git author
run: |
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: package.json
- name: Configure git author
run: |
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: package.json
cache: pnpm
# Why: release builds hit the same native-module postinstall path as