Skip to content

Commit df496c6

Browse files
committed
Use --ci option for pnpm install
1 parent 193b9c0 commit df496c6

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
@@ -28,7 +28,7 @@ jobs:
2828
cache: pnpm
2929
scope: '@socketsecurity'
3030
- run: npm install -g pnpm@latest
31-
- run: pnpm install
31+
- run: pnpm install --ci
3232
- run: INLINED_SOCKET_CLI_PUBLISHED_BUILD=1 pnpm run build:dist
3333
- run: pnpm publish --provenance --access public
3434
env:

0 commit comments

Comments
 (0)