File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 node-version : ' 24'
6262 registry-url : ' https://registry.npmjs.org'
6363
64- - name : Update npm
65- run : npm install -g npm@11.15.0
64+ - uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
65+ with :
66+ version : 11.3.0
67+ run_install : false
6668
6769 - name : Validate package
6870 run : |
@@ -114,4 +116,4 @@ jobs:
114116 fi
115117
116118 - name : Publish to npm
117- run : npm stage publish preact.tgz --provenance --access public --tag "${{ steps.dist-tag.outputs.tag }}"
119+ run : pnpm stage publish preact.tgz --provenance --access public --tag "${{ steps.dist-tag.outputs.tag }}"
Original file line number Diff line number Diff line change 22 "name" : " preact" ,
33 "amdName" : " preact" ,
44 "version" : " 10.29.3" ,
5- "packageManager" : " pnpm@11.1 .0" ,
5+ "packageManager" : " pnpm@11.3 .0" ,
66 "private" : false ,
77 "publishConfig" : {
88 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments