Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions publish-template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
with:
node-version: 22
registry-url: 'https://registry.npmjs.org'<% if (pnpm) { %>
cache: pnpm
cache: pnpm<% } %>
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC<% if (pnpm) { %>
- run: pnpm install --frozen-lockfile
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
- name: Publish to NPM
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish<% } else { %>
- run: npm ci
Expand Down
Loading