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 77 - uses : actions/checkout@v5
88 # waiting on: https://github.com/actions/setup-node/issues/531
99 - run : corepack enable
10- - uses : actions/setup-node@v5
10+ - uses : actions/setup-node@v6
1111 with :
1212 node-version : 24
1313 cache : " yarn"
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434 # waiting on: https://github.com/actions/setup-node/issues/531
3535 - run : corepack enable
36- - uses : actions/setup-node@v5
36+ - uses : actions/setup-node@v6
3737 with :
3838 node-version : 24
3939 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 1414 ssh-key : ${{ secrets.ACTION_DEPLOY_KEY }}
1515 # waiting on: https://github.com/actions/setup-node/issues/531
1616 - run : corepack enable
17- - uses : actions/setup-node@v5
17+ - uses : actions/setup-node@v6
1818 with :
1919 node-version : 24
2020 cache : " yarn"
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v5
88 # waiting on: https://github.com/actions/setup-node/issues/531
99 - run : corepack enable
10- - uses : actions/setup-node@v5
10+ - uses : actions/setup-node@v6
1111 with :
1212 node-version : 24
1313 cache : " yarn"
3030 # Not using a matrix here since it's simpler
3131 # to just duplicate it and not spawn new instances
3232
33- - uses : actions/setup-node@v5
33+ - uses : actions/setup-node@v6
3434 with :
3535 node-version : 22
3636 - name : test build package on node@22
You can’t perform that action at this time.
0 commit comments