File tree Expand file tree Collapse file tree 5 files changed +4887
-4063
lines changed
Expand file tree Collapse file tree 5 files changed +4887
-4063
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+
14+ - uses : pnpm/action-setup@v4
15+ name : Install pnpm
1416 with :
15- node-version : ' 20'
16- registry-url : ' https://registry.npmjs.org'
17- - uses : pnpm/action-setup@v2
17+ version : 9
18+ run_install : false
19+
20+ - name : Install Node.js
21+ uses : actions/setup-node@v4
1822 with :
19- version : 8
23+ node-version : 22
24+ cache : ' pnpm'
25+ registry-url : ' https://registry.npmjs.org'
26+
2027 - run : pnpm i && pnpm publish --no-git-checks
2128 env :
2229 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2424 " dist"
2525 ],
2626 "devDependencies" : {
27- "@gera2ld/plaid" : " ^2.7.0" ,
28- "@gera2ld/plaid-rollup" : " ^2.7.0" ,
29- "@types/lodash.debounce" : " ^4.0.9" ,
27+ "@gera2ld/plaid" : " ~2.7.0" ,
28+ "@gera2ld/plaid-rollup" : " ~2.7.0" ,
3029 "@types/node" : " ^20.11.17" ,
3130 "coc.nvim" : " 0.0.83-next.9" ,
32- "del-cli" : " ^5.1.0" ,
33- "husky" : " ^9.0.10"
31+ "del-cli" : " ^6.0.0" ,
32+ "es-toolkit" : " ^1.31.0" ,
33+ "husky" : " ^9.1.7"
3434 },
3535 "dependencies" : {
36- "lodash.debounce" : " ^4.0.8" ,
37- "markmap-cli" : " ^0.16.0" ,
38- "portfinder" : " ^1.0.32"
36+ "markmap-cli" : " 0.18.7" ,
37+ "open" : " ^10.1.0"
3938 },
4039 "engines" : {
4140 "coc" : " >=0.0.80" ,
You can’t perform that action at this time.
0 commit comments