File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 fetch-depth : 0
5454 ref : ${{ inputs.ref }}
5555
56- - uses : actions/setup-node@v6
56+ - uses : actions/setup-node@v7
5757 with :
5858 node-version : 24
5959 package-manager-cache : false
6262 corepack enable
6363 corepack prepare yarn@stable --activate
6464
65- - uses : actions/setup-node@v6
65+ - uses : actions/setup-node@v7
6666 with :
6767 cache : yarn
6868 registry-url : ' https://registry.npmjs.org'
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 ref : ${{ inputs.ref }}
103103
104- - uses : actions/setup-node@v6
104+ - uses : actions/setup-node@v7
105105 with :
106106 node-version : 24
107107 package-manager-cache : false
@@ -110,7 +110,7 @@ jobs:
110110 corepack enable
111111 corepack prepare yarn@stable --activate
112112
113- - uses : actions/setup-node@v6
113+ - uses : actions/setup-node@v7
114114 with :
115115 cache : yarn
116116 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v7
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v6
16+ uses : actions/setup-node@v7
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919
You can’t perform that action at this time.
0 commit comments