File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4646 with :
4747 node-version : ${{ matrix.node-version }}
48- cache : ' npm'
48+ cache : " npm"
4949
5050 - name : Install dependencies
5151 run : |
9999 uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
100100 with :
101101 node-version : 24
102- cache : ' npm'
102+ cache : " npm"
103103
104104 - name : Install dependencies
105105 id : install-deps
@@ -163,14 +163,14 @@ jobs:
163163 path : ${{ runner.temp }}/repo-size/
164164 if-no-files-found : error
165165
166- - name : ' Backport: Check out base ref'
166+ - name : " Backport: Check out base ref"
167167 id : checkout-base
168168 if : ${{ startsWith(github.head_ref, 'backport-') }}
169169 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
170170 with :
171171 ref : ${{ github.base_ref }}
172172
173- - name : ' Backport: Verify Node versions unchanged'
173+ - name : " Backport: Verify Node versions unchanged"
174174 if : steps.checkout-base.outcome == 'success'
175175 env :
176176 HEAD_VERSION : ${{ steps.head-version.outputs.node_version }}
You can’t perform that action at this time.
0 commit comments