Skip to content

Commit 4d48279

Browse files
committed
Revert overzelous prettifying
1 parent 0d03091 commit 4d48279

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version-file: '.nvmrc'
28-
cache: 'npm'
27+
node-version-file: ".nvmrc"
28+
cache: "npm"
2929

3030
- name: Install Dependencies
3131
run: npm ci
@@ -47,8 +47,8 @@ jobs:
4747
- name: Setup Node
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version-file: '.nvmrc'
51-
cache: 'npm'
50+
node-version-file: ".nvmrc"
51+
cache: "npm"
5252

5353
- name: Install Dependencies
5454
run: |
@@ -73,8 +73,8 @@ jobs:
7373
- name: Setup Node
7474
uses: actions/setup-node@v4
7575
with:
76-
node-version-file: '.nvmrc'
77-
cache: 'npm'
76+
node-version-file: ".nvmrc"
77+
cache: "npm"
7878

7979
- name: Install Dependencies
8080
run: |
@@ -104,13 +104,13 @@ jobs:
104104
- name: Setup Node
105105
uses: actions/setup-node@v4
106106
with:
107-
node-version-file: '.nvmrc'
108-
cache: 'npm'
107+
node-version-file: ".nvmrc"
108+
cache: "npm"
109109

110110
- name: Setup Python
111111
uses: actions/setup-python@v5
112112
with:
113-
python-version: '3.11'
113+
python-version: "3.11"
114114

115115
- name: Google Cloud Login
116116
uses: 'google-github-actions/auth@v2'
@@ -152,16 +152,16 @@ jobs:
152152
- name: Setup Node
153153
uses: actions/setup-node@v4
154154
with:
155-
node-version-file: '.nvmrc'
156-
cache: 'npm'
155+
node-version-file: ".nvmrc"
156+
cache: "npm"
157157

158158
- name: Set up Python
159159
uses: actions/setup-python@v5
160160
with:
161-
python-version: '3.11'
161+
python-version: "3.11"
162162

163163
- name: Google Cloud Login
164-
id: 'auth'
164+
id: "auth"
165165
uses: google-github-actions/auth@v2
166166
with:
167167
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'
@@ -247,7 +247,7 @@ jobs:
247247
- name: Setup Python
248248
uses: actions/setup-python@v5
249249
with:
250-
python-version: '3.11'
250+
python-version: "3.11"
251251

252252
- name: Setup saucectl
253253
uses: saucelabs/saucectl-run-action@v4
@@ -297,8 +297,8 @@ jobs:
297297
- name: Setup Node
298298
uses: actions/setup-node@v4
299299
with:
300-
node-version-file: '.nvmrc'
301-
cache: 'npm'
300+
node-version-file: ".nvmrc"
301+
cache: "npm"
302302

303303
- name: Setup saucectl
304304
uses: saucelabs/saucectl-run-action@v4

0 commit comments

Comments
 (0)