File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 ~/.pnpm-store
8383 key : ${{ runner.os }}-pnpm-and-store-force-${{ hashFiles('pnpm-lock.yaml') }}
8484 - name : Install Node.js
85- uses : actions/setup-node@v4
85+ uses : actions/setup-node@v6
8686 with :
8787 node-version : ' 22.12.0'
8888 - name : Setup pnpm
Original file line number Diff line number Diff line change 3737 ~/.pnpm-store
3838 key : ${{ github.sha }}
3939 - name : Install Node.js
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v6
4141 with :
4242 node-version : " 22.12.0"
4343 - name : Setup pnpm
Original file line number Diff line number Diff line change 2121 - name : Setup pnpm
2222 uses : pnpm/action-setup@v4
2323
24- - uses : actions/setup-node@v4
24+ - uses : actions/setup-node@v6
2525 with :
2626 node-version : " 22.12.0"
2727 cache : pnpm
Original file line number Diff line number Diff line change 5555 ~/.pnpm-store
5656 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
5757 - name : Install Node.js
58- uses : actions/setup-node@v4
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : ' 22.12.0'
6161 - name : Setup pnpm
8989 ~/.pnpm-store
9090 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
9191 - name : Install Node.js
92- uses : actions/setup-node@v4
92+ uses : actions/setup-node@v6
9393 with :
9494 node-version : ' 22.12.0'
9595 - name : Setup pnpm
@@ -122,7 +122,7 @@ jobs:
122122 ~/.pnpm-store
123123 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-core-react
124124 - name : Install Node.js
125- uses : actions/setup-node@v4
125+ uses : actions/setup-node@v6
126126 with :
127127 node-version : ' 22.12.0'
128128 - name : Setup pnpm
Original file line number Diff line number Diff line change 5454 ~/.pnpm-store
5555 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-data-grid
5656 - name : Install Node.js
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@v6
5858 with :
5959 node-version : ' 22.12.0'
6060 - name : Setup pnpm
8888 ~/.pnpm-store
8989 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-data-grid
9090 - name : Install Node.js
91- uses : actions/setup-node@v4
91+ uses : actions/setup-node@v6
9292 with :
9393 node-version : ' 22.12.0'
9494 - name : Setup pnpm
Original file line number Diff line number Diff line change 4646 ~/.pnpm-store
4747 key : ${{ github.sha }}-dist-production-icons
4848 - name : Install Node.js
49- uses : actions/setup-node@v4
49+ uses : actions/setup-node@v6
5050 with :
5151 node-version : ' 22.12.0'
5252 - name : Setup pnpm
7777 ~/.pnpm-store
7878 key : ${{ github.sha }}-dist-production-icons
7979 - name : Install Node.js
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v6
8181 with :
8282 node-version : ' 22.12.0'
8383 - name : Setup pnpm
Original file line number Diff line number Diff line change 5454 ~/.pnpm-store
5555 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
5656 - name : Install Node.js
57- uses : actions/setup-node@v4
57+ uses : actions/setup-node@v6
5858 with :
5959 node-version : ' 22.12.0'
6060 - name : Setup pnpm
8888 ~/.pnpm-store
8989 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
9090 - name : Install Node.js
91- uses : actions/setup-node@v4
91+ uses : actions/setup-node@v6
9292 with :
9393 node-version : ' 22.12.0'
9494 - name : Setup pnpm
@@ -121,7 +121,7 @@ jobs:
121121 ~/.pnpm-store
122122 key : ${{ github.sha }}-dist-${{ github.event.inputs.environment }}-lab
123123 - name : Install Node.js
124- uses : actions/setup-node@v4
124+ uses : actions/setup-node@v6
125125 with :
126126 node-version : ' 22.12.0'
127127 - name : Setup pnpm
Original file line number Diff line number Diff line change 4444 ~/.pnpm-store
4545 key : ${{ github.sha }}
4646 - name : Install Node.js
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v6
4848 with :
4949 node-version : ' 22.12.0'
5050 - name : Setup pnpm
Original file line number Diff line number Diff line change 4545 ~/.pnpm-store
4646 key : ${{ github.sha }}-dist-production-tokens
4747 - name : Install Node.js
48- uses : actions/setup-node@v4
48+ uses : actions/setup-node@v6
4949 with :
5050 node-version : ' 22.12.0'
5151 - name : Setup pnpm
7777 ~/.pnpm-store
7878 key : ${{ github.sha }}-dist-production-tokens
7979 - name : Install Node.js
80- uses : actions/setup-node@v4
80+ uses : actions/setup-node@v6
8181 with :
8282 node-version : ' 22.12.0'
8383 - name : Setup pnpm
Original file line number Diff line number Diff line change 2020 pull-requests : write
2121 steps :
2222 - name : Install Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : ' 22.12.0'
2626 - name : Use "setup" cache
You can’t perform that action at this time.
0 commit comments