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 : 22
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 : 22
2626 cache : ' yarn'
Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@v4
1414 - name : Setup Node.js
15- uses : actions/setup-node@v4
15+ uses : actions/setup-node@v6
1616 with :
1717 node-version : 22
1818 cache : ' npm'
2121 corepack enable &&
2222 corepack install # use the in-repo yarn version
2323 - name : Setup Node.js with yarn in cache
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@v6
2525 with :
2626 node-version : 22
2727 cache : ' yarn'
You can’t perform that action at this time.
0 commit comments