We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db90c commit 193b9c0Copy full SHA for 193b9c0
1 file changed
.github/workflows/provenance.yml
@@ -25,10 +25,10 @@ jobs:
25
with:
26
node-version: '22'
27
registry-url: 'https://registry.npmjs.org'
28
- cache: npm
+ cache: pnpm
29
scope: '@socketsecurity'
30
- - run: pnpm install -g pnpm@latest
31
- - run: pnpm ci
+ - run: npm install -g pnpm@latest
+ - run: pnpm install
32
- run: INLINED_SOCKET_CLI_PUBLISHED_BUILD=1 pnpm run build:dist
33
- run: pnpm publish --provenance --access public
34
env:
0 commit comments