File tree Expand file tree Collapse file tree 5 files changed +57
-58
lines changed Expand file tree Collapse file tree 5 files changed +57
-58
lines changed Original file line number Diff line number Diff line change 2323 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2424
2525 - name : Restore pnpm cache
26- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727 with :
2828 path : |
2929 ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 5858 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
5959 # Login to GitHub Container Registry
6060 - name : Login to GitHub Container Registry
61- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
61+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
6262 with :
6363 registry : ghcr.io
6464 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 11nodejs 23.11.1
2- pnpm 10.14 .0
2+ pnpm 10.18 .0
Original file line number Diff line number Diff line change 1818 "dependencies" : {
1919 "@asteasolutions/zod-to-openapi" : " 7.3.4" ,
2020 "cors" : " 2.8.5" ,
21- "dotenv" : " 17.2.1 " ,
21+ "dotenv" : " 17.2.3 " ,
2222 "express" : " 5.1.0" ,
23- "express-rate-limit" : " 8.0.1 " ,
23+ "express-rate-limit" : " 8.1.0 " ,
2424 "helmet" : " 8.1.0" ,
2525 "http-status-codes" : " 2.3.0" ,
26- "pino" : " 9.9 .0" ,
26+ "pino" : " 9.13 .0" ,
2727 "pino-http" : " 10.5.0" ,
2828 "swagger-ui-express" : " 5.0.1" ,
2929 "zod" : " 3.25.76"
3838 "pino-pretty" : " 13.1.1" ,
3939 "supertest" : " 7.1.4" ,
4040 "tsup" : " 8.5.0" ,
41- "tsx" : " 4.20.4 " ,
41+ "tsx" : " 4.20.6 " ,
4242 "typescript" : " 5.9.2" ,
4343 "vite-tsconfig-paths" : " 5.1.4" ,
4444 "vitest" : " 3.2.4"
5959 "splitting" : false ,
6060 "skipNodeModulesBundle" : true
6161 },
62- "packageManager" : " pnpm@10.14 .0"
62+ "packageManager" : " pnpm@10.18 .0"
6363}
You can’t perform that action at this time.
0 commit comments