File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : pnpm/action-setup@v4
1818 with :
1919 run_install : false
3737 fail-fast : false
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : pnpm/action-setup@v4
4242 with :
4343 run_install : false
Original file line number Diff line number Diff line change 1313 release :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - uses : pnpm/action-setup@v4
2626 env :
2727 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2828
29- # # Uncomment the following lines to publish to npm on CI
30- #
31- # - run: pnpm install
32- # - run: pnpm publish -r --access public
33- # env:
34- # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35- # NPM_CONFIG_PROVENANCE: true
29+ - run : pnpm install
30+ - run : npm i -g npm@latest && pnpm publish -r --access public --no-git-checks
Original file line number Diff line number Diff line change 6767 "dev" : " unbuild --stub" ,
6868 "lint" : " eslint ." ,
6969 "prepublishOnly" : " nr build" ,
70- "release" : " bumpp && pnpm publish " ,
70+ "release" : " bumpp" ,
7171 "start" : " tsx src/index.ts" ,
7272 "benchmark" : " node scripts/benchmark.js" ,
7373 "test" : " vitest" ,
You can’t perform that action at this time.
0 commit comments