Skip to content

Commit 9649108

Browse files
committed
Use --frozen-lockfile in pnpm install command
1 parent 52f798a commit 9649108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232
cache: pnpm
3333
scope: '@socketsecurity'
34-
- run: pnpm install --ci
34+
- run: pnpm install --frozen-lockfile
3535
- run: INLINED_SOCKET_CLI_PUBLISHED_BUILD=1 pnpm run build:dist
3636
- run: pnpm publish --provenance --access public
3737
env:

0 commit comments

Comments
 (0)