|
24 | 24 | - name: Setup Node
|
25 | 25 | uses: actions/setup-node@v4
|
26 | 26 | with:
|
27 |
| - node-version-file: '.nvmrc' |
28 |
| - cache: 'npm' |
| 27 | + node-version-file: ".nvmrc" |
| 28 | + cache: "npm" |
29 | 29 |
|
30 | 30 | - name: Install Dependencies
|
31 | 31 | run: npm ci
|
|
47 | 47 | - name: Setup Node
|
48 | 48 | uses: actions/setup-node@v4
|
49 | 49 | with:
|
50 |
| - node-version-file: '.nvmrc' |
51 |
| - cache: 'npm' |
| 50 | + node-version-file: ".nvmrc" |
| 51 | + cache: "npm" |
52 | 52 |
|
53 | 53 | - name: Install Dependencies
|
54 | 54 | run: |
|
|
73 | 73 | - name: Setup Node
|
74 | 74 | uses: actions/setup-node@v4
|
75 | 75 | with:
|
76 |
| - node-version-file: '.nvmrc' |
77 |
| - cache: 'npm' |
| 76 | + node-version-file: ".nvmrc" |
| 77 | + cache: "npm" |
78 | 78 |
|
79 | 79 | - name: Install Dependencies
|
80 | 80 | run: |
|
@@ -104,13 +104,13 @@ jobs:
|
104 | 104 | - name: Setup Node
|
105 | 105 | uses: actions/setup-node@v4
|
106 | 106 | with:
|
107 |
| - node-version-file: '.nvmrc' |
108 |
| - cache: 'npm' |
| 107 | + node-version-file: ".nvmrc" |
| 108 | + cache: "npm" |
109 | 109 |
|
110 | 110 | - name: Setup Python
|
111 | 111 | uses: actions/setup-python@v5
|
112 | 112 | with:
|
113 |
| - python-version: '3.11' |
| 113 | + python-version: "3.11" |
114 | 114 |
|
115 | 115 | - name: Google Cloud Login
|
116 | 116 | uses: 'google-github-actions/auth@v2'
|
@@ -152,16 +152,16 @@ jobs:
|
152 | 152 | - name: Setup Node
|
153 | 153 | uses: actions/setup-node@v4
|
154 | 154 | with:
|
155 |
| - node-version-file: '.nvmrc' |
156 |
| - cache: 'npm' |
| 155 | + node-version-file: ".nvmrc" |
| 156 | + cache: "npm" |
157 | 157 |
|
158 | 158 | - name: Set up Python
|
159 | 159 | uses: actions/setup-python@v5
|
160 | 160 | with:
|
161 |
| - python-version: '3.11' |
| 161 | + python-version: "3.11" |
162 | 162 |
|
163 | 163 | - name: Google Cloud Login
|
164 |
| - id: 'auth' |
| 164 | + id: "auth" |
165 | 165 | uses: google-github-actions/auth@v2
|
166 | 166 | with:
|
167 | 167 | credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'
|
@@ -247,7 +247,7 @@ jobs:
|
247 | 247 | - name: Setup Python
|
248 | 248 | uses: actions/setup-python@v5
|
249 | 249 | with:
|
250 |
| - python-version: '3.11' |
| 250 | + python-version: "3.11" |
251 | 251 |
|
252 | 252 | - name: Setup saucectl
|
253 | 253 | uses: saucelabs/saucectl-run-action@v4
|
@@ -297,8 +297,8 @@ jobs:
|
297 | 297 | - name: Setup Node
|
298 | 298 | uses: actions/setup-node@v4
|
299 | 299 | with:
|
300 |
| - node-version-file: '.nvmrc' |
301 |
| - cache: 'npm' |
| 300 | + node-version-file: ".nvmrc" |
| 301 | + cache: "npm" |
302 | 302 |
|
303 | 303 | - name: Setup saucectl
|
304 | 304 | uses: saucelabs/saucectl-run-action@v4
|
|
0 commit comments