Skip to content

Commit 1ccb51e

Browse files
committed
feat: log machine arch
1 parent 2825598 commit 1ccb51e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
with:
7676
node-version-file: '.nvmrc'
7777
registry-url: 'https://registry.npmjs.org'
78+
79+
- run: |
80+
echo "Node arch:"
81+
node -p "process.arch"
82+
echo "Machine arch:"
83+
uname -m
7884
7985
# Build
8086
- run: npm ci

0 commit comments

Comments
 (0)