File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
packages/react-code-blocks Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 node-version : ' 16.x'
1717 registry-url : ' https://registry.npmjs.org'
18- - run : npx pnpm install
19- - run : cd packages/react-code-blocks && npm publish
18+ - uses : pnpm/action-setup@v2
19+ with :
20+ version : 8
21+ - run : pnpm install
22+ - run : cd packages/react-code-blocks && pnpm publish
2023 env :
2124 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 8585 "react-syntax-highlighter" : " ^15.5.0" ,
8686 "styled-components" : " ^6.1.0" ,
8787 "tslib" : " ^2.6.0"
88- },
89- "pnpm" : {
90- "overrides" : {
91- "highlight.js@>=9.0.0 <10.4.1" : " >=10.4.1" ,
92- "prismjs@>=1.1.0 <1.21.0" : " >=1.21.0" ,
93- "prismjs@<1.25.0" : " >=1.25.0" ,
94- "prismjs@<1.24.0" : " >=1.24.0" ,
95- "prismjs@<1.23.0" : " >=1.23.0" ,
96- "highlight.js@<9.18.2" : " >=9.18.2" ,
97- "prismjs@>=1.14.0 <1.27.0" : " >=1.27.0" ,
98- "engine.io@>=5.1.0 <6.4.2" : " >=6.4.2" ,
99- "semver@<5.7.2" : " >=5.7.2" ,
100- "semver@>=6.0.0 <6.3.1" : " >=6.3.1" ,
101- "semver@>=7.0.0 <7.5.2" : " >=7.5.2" ,
102- "word-wrap@<1.2.4" : " >=1.2.4"
103- }
10488 }
10589}
You can’t perform that action at this time.
0 commit comments