File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424 - uses : pnpm/action-setup@v3
2525 with :
26- version : 8
26+ version : 9
2727 - uses : actions/setup-node@v4
2828 with :
2929 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : pnpm/action-setup@v3
2222 with :
23- version : 8
23+ version : 9
2424 - uses : actions/setup-node@v4
2525 with :
2626 node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 - uses : actions/checkout@v4
2121 - uses : pnpm/action-setup@v3
2222 with :
23- version : 8
23+ version : 9
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : 20
26+ node-version : 22
2727 cache : " pnpm"
2828 - run : pnpm install
2929 - run : pnpm install semantic-release-config-techor --workspace-root
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : pnpm/action-setup@v3
2222 with :
23- version : 8
23+ version : 9
2424 - uses : actions/setup-node@v4
2525 with :
2626 node-version : ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments