File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 fetch-depth : 0
3232 - run : git fetch origin master:master || true
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v6
3434 with :
3535 node-version : 20.19.0
3636 - run : corepack enable
9393 matrix : ${{ fromJson(needs.build.outputs.matrix) }}
9494 steps :
9595 - uses : actions/checkout@v6
96- - uses : actions/setup-node@v4
96+ - uses : actions/setup-node@v6
9797 with :
9898 node-version : 20.19.0
9999 - run : corepack enable
@@ -130,7 +130,7 @@ jobs:
130130 with :
131131 token : ${{ secrets.GH_PERSONAL_TOKEN }}
132132 fetch-depth : 0
133- - uses : actions/setup-node@v4
133+ - uses : actions/setup-node@v6
134134 with :
135135 node-version : 20.19.0
136136 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 2727 restore-keys : |
2828 ${{ runner.os }}-yarn-
2929
30- - uses : actions/setup-node@v4
30+ - uses : actions/setup-node@v6
3131 with :
3232 node-version : 20.19.0
3333 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments