Skip to content

Commit e306859

Browse files
committed
ci: add lockfile only in CI
1 parent 77fb3d7 commit e306859

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/pre-release-nodejs-bridge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Create CI lockfile
4646
env:
47+
NPM_CONFIG_PACKAGE_LOCK: true
4748
PNPM_CONFIG_LOCKFILE: true
4849
run: pnpm install --lockfile-only --no-frozen-lockfile
4950

.github/workflows/pre-release-python-bridge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757

5858
- name: Create CI lockfile
5959
env:
60+
NPM_CONFIG_PACKAGE_LOCK: true
6061
PNPM_CONFIG_LOCKFILE: true
6162
run: pnpm install --lockfile-only --no-frozen-lockfile
6263

.github/workflows/pre-release-tcp-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757

5858
- name: Create CI lockfile
5959
env:
60+
NPM_CONFIG_PACKAGE_LOCK: true
6061
PNPM_CONFIG_LOCKFILE: true
6162
run: pnpm install --lockfile-only --no-frozen-lockfile
6263

0 commit comments

Comments
 (0)