File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 fetch-depth : 0
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v4
33+ uses : actions/setup-node@v5
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 cache : yarn
5757
5858 steps :
5959 - uses : actions/checkout@v5
60- - uses : actions/setup-node@v4
60+ - uses : actions/setup-node@v5
6161 with :
6262 node-version : ' lts/*'
6363 cache : yarn
7474
7575 steps :
7676 - uses : actions/checkout@v5
77- - uses : actions/setup-node@v4
77+ - uses : actions/setup-node@v5
7878 with :
7979 node-version : ' lts/*'
8080 cache : yarn
9090 - uses : actions/checkout@v5
9191 with :
9292 fetch-depth : 0
93- - uses : actions/setup-node@v4
93+ - uses : actions/setup-node@v5
9494 with :
9595 node-version : ' lts/*'
9696 cache : yarn
You can’t perform that action at this time.
0 commit comments