Skip to content

Commit 193b9c0

Browse files
committed
Another attempt for fixing publishing npm package
1 parent d2db90c commit 193b9c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/provenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
node-version: '22'
2727
registry-url: 'https://registry.npmjs.org'
28-
cache: npm
28+
cache: pnpm
2929
scope: '@socketsecurity'
30-
- run: pnpm install -g pnpm@latest
31-
- run: pnpm ci
30+
- run: npm install -g pnpm@latest
31+
- run: pnpm install
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)