File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3838 node-version : 22
3939 cache : " pnpm"
4040
41- - name : Update npm for OIDC support
42- run : npm install -g npm@latest # Needs 11.5.1+ for npm trusted publishing
43-
4441 - name : Install dependencies
4542 run : pnpm install --frozen-lockfile
4643
@@ -60,12 +57,14 @@ jobs:
6057 if : github.event_name == 'workflow_dispatch'
6158 id : version
6259 run : |
63- npm version ${{ github.event.inputs.version_type }}
60+ pnpm version ${{ github.event.inputs.version_type }}
6461 echo "new_version=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
6562 git push --follow-tags
6663
6764 - name : Publish to npm
6865 run : npm publish --provenance
66+ env :
67+ COREPACK_ENABLE_STRICT : 0
6968
7069 - name : Create GitHub release (manual trigger only)
7170 if : github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments