Skip to content

Commit b136352

Browse files
committed
Fix some formatting in pr-checks.yml
1 parent 83d1431 commit b136352

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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: |
@@ -99,7 +99,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)