File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Setup Node.js
14- uses : actions/setup-node@v4
14+ uses : actions/setup-node@v6
1515 with :
1616 node-version : 24
1717 cache : ' npm'
2020 corepack enable &&
2121 corepack install # use the in-repo yarn version
2222 - name : Setup Node.js with yarn in cache
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
2626 cache : ' yarn'
Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v4
1919 - name : Setup Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : 24
2323 cache : ' npm'
2626 corepack enable &&
2727 corepack install # use the in-repo yarn version
2828 - name : Setup Node.js with yarn in cache
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v6
3030 with :
3131 node-version : 24
3232 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments