Skip to content

Commit 6a95df2

Browse files
committed
ci: rename install step and update npm install command
1 parent 38ac258 commit 6a95df2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bootstrap_sdk_node_x64_npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ jobs:
177177
npm install -g npm@^11.10.0
178178
npm --version
179179
180-
- name: Install npm dependencies
180+
- name: Install publish tooling
181181
working-directory: crates/sdk-node
182-
run: npm ci
182+
run: npm install --package-lock=false --omit=optional
183183

184184
- name: Download native binaries
185185
uses: actions/download-artifact@v4

.github/workflows/release_sdk_node_npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ jobs:
178178
npm install -g npm@^11.10.0
179179
npm --version
180180
181-
- name: Install npm dependencies
181+
- name: Install publish tooling
182182
working-directory: crates/sdk-node
183-
run: npm ci
183+
run: npm install --package-lock=false --omit=optional
184184

185185
- name: Download native binaries
186186
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)