File tree Expand file tree Collapse file tree 4 files changed +974
-998
lines changed Expand file tree Collapse file tree 4 files changed +974
-998
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
1515 - name : Install pnpm
16- uses : pnpm/action-setup@v4
16+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1717 with :
1818 version : 9
1919 run_install : true
2020
2121 - name : Install Node.js
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2323 with :
2424 node-version : " 22"
2525 cache : pnpm
Original file line number Diff line number Diff line change 4444 },
4545 "devDependencies" : {
4646 "@release-it/conventional-changelog" : " ^10.0.1" ,
47- "@types/node" : " ^24.3 .0" ,
47+ "@types/node" : " ^24.7 .0" ,
4848 "dotenv-cli" : " ^10.0.0" ,
49- "esbuild" : " ^0.25.9 " ,
50- "eslint" : " ^9.34 .0" ,
49+ "esbuild" : " ^0.25.10 " ,
50+ "eslint" : " ^9.37 .0" ,
5151 "neostandard" : " ^0.12.2" ,
52- "release-it" : " ^19.0.4 " ,
53- "typescript" : " ^5.9.2 " ,
52+ "release-it" : " ^19.0.5 " ,
53+ "typescript" : " ^5.9.3 " ,
5454 "vitest" : " ^3.2.4"
5555 },
5656 "pnpm" : {
7070 "safe-buffer" : " npm:@nolyfill/safe-buffer@^1" ,
7171 "safer-buffer" : " npm:@nolyfill/safer-buffer@^1" ,
7272 "string.prototype.matchall" : " npm:@nolyfill/string.prototype.matchall@^1" ,
73+ "string.prototype.repeat" : " npm:@nolyfill/string.prototype.repeat@^1" ,
7374 "typedarray" : " npm:@nolyfill/typedarray@^1"
7475 }
7576 }
You can’t perform that action at this time.
0 commit comments