File tree Expand file tree Collapse file tree 4 files changed +142
-404
lines changed
Expand file tree Collapse file tree 4 files changed +142
-404
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Install Node.js ${{ matrix.node-version }}
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 registry-url : " https://registry.npmjs.org"
4242 run : |
4343 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
45- - uses : actions/cache@v4
45+ - uses : actions/cache@v5
4646 name : Setup pnpm cache
4747 with :
4848 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Install Node.js
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818 with :
19- node-version : 22
19+ node-version : 24
2020 registry-url : ' https://registry.npmjs.org'
2121
2222 - uses : pnpm/action-setup@v4
3232 run : |
3333 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3434
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 name : Setup pnpm cache
3737 with :
3838 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 4747 "esbuild" : " 0.27.1" ,
4848 "execa" : " 9.6.1" ,
4949 "nodemon" : " 3.1.11" ,
50- "pino" : " 9.14 .0" ,
51- "pino-loki" : " 2.6 .0" ,
50+ "pino" : " 10.1 .0" ,
51+ "pino-loki" : " 3.0 .0" ,
5252 "pino-pretty" : " 13.1.3" ,
5353 "pkgroll" : " 2.21.4" ,
5454 "standard-version" : " 9.5.0" ,
55- "thread-stream" : " 3.1 .0" ,
55+ "thread-stream" : " 4.0 .0" ,
5656 "tsx" : " 4.21.0" ,
5757 "typescript" : " 5.9.3" ,
58- "vitest" : " 3.2.4 "
58+ "vitest" : " 4.0.15 "
5959 },
6060 "peerDependencies" : {
6161 "esbuild" : " >=0.25.0 <=0.27.1" ,
You can’t perform that action at this time.
0 commit comments