We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df496c6 commit 52f798aCopy full SHA for 52f798a
.github/workflows/provenance.yml
@@ -21,13 +21,16 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
+ - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
25
+ with:
26
+ version: 10
27
+ run_install: false
28
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
29
with:
30
node-version: '22'
31
registry-url: 'https://registry.npmjs.org'
32
cache: pnpm
33
scope: '@socketsecurity'
- - run: npm install -g pnpm@latest
34
- run: pnpm install --ci
35
- run: INLINED_SOCKET_CLI_PUBLISHED_BUILD=1 pnpm run build:dist
36
- run: pnpm publish --provenance --access public
0 commit comments