File tree Expand file tree Collapse file tree 3 files changed +680
-318
lines changed
Expand file tree Collapse file tree 3 files changed +680
-318
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ jobs:
6161 - uses : dyne/pnpm@main
6262 with :
6363 node-version : 22
64- - run : pnpm semantic-release
64+ - run : |
65+ npm install -g npm@latest
66+ pnpm semantic-release
6567 env:
6668 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6869
6970 cdn :
7071 name : 🗑️
Original file line number Diff line number Diff line change 4747 "@material/web" : " ^1.5.0" ,
4848 "@playwright/test" : " ^1.45.0" ,
4949 "@semantic-release/changelog" : " ^6.0.3" ,
50- "@semantic-release/commit-analyzer" : " ^13.0.0" ,
51- "@semantic-release/exec" : " ^6.0.3" ,
50+ "@semantic-release/exec" : " ^7.1.0" ,
5251 "@semantic-release/git" : " ^10.0.1" ,
53- "@semantic-release/github" : " ^10.0.6" ,
54- "@semantic-release/npm" : " ^12.0.1" ,
55- "@semantic-release/release-notes-generator" : " ^14.0.1" ,
5652 "@stencil-community/postcss" : " ^2.2.0" ,
5753 "@stencil/core" : " ^4.18.3" ,
5854 "@stencil/playwright" : " ^0.2.0" ,
7874 "npm-run-all" : " ^4.1.5" ,
7975 "puppeteer" : " ^22.12.0" ,
8076 "rollup-plugin-node-polyfills" : " ^0.2.1" ,
81- "semantic-release" : " ^24 .0.0 " ,
77+ "semantic-release" : " ^25 .0.2 " ,
8278 "stencil-tailwind-plugin" : " ^1.8.0" ,
8379 "storybook" : " ^8.1.10" ,
8480 "tailwindcss" : " ^3.4.4" ,
You can’t perform that action at this time.
0 commit comments