fix: node arch in release wf
This commit is contained in:
parent
a0791fd57b
commit
b050f5217f
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -57,6 +57,14 @@ jobs:
|
|||
with:
|
||||
node-version: '24'
|
||||
cache: 'pnpm'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
||||
- name: Log Node.js architecture and platform
|
||||
run: |
|
||||
echo "=== Node.js Process Information ==="
|
||||
node -e "console.log('process.arch:', process.arch)"
|
||||
node -e "console.log('process.platform:', process.platform)"
|
||||
echo ""
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue