Skip to content

Commit 6741241

Browse files
committed
linting
1 parent 7a0a9d3 commit 6741241

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- uses: actions/cache@v4
2828
with:
2929
path: |
30-
~/.npm
31-
~/.cache/ms-playwright
30+
~/.npm
31+
~/.cache/ms-playwright
3232
key: ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
3333
restore-keys: |
34-
${{ runner.os }}-node-playwright-
35-
${{ runner.os }}-node-
34+
${{ runner.os }}-node-playwright-
35+
${{ runner.os }}-node-
3636
3737
- run: npm ci
3838
- run: npm run build
@@ -52,13 +52,13 @@ jobs:
5252
node-version-file: '.nvmrc'
5353
- uses: actions/cache@v4
5454
with:
55-
path: |
56-
~/.npm
57-
~/.cache/ms-playwright
58-
key: ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
59-
restore-keys: |
60-
${{ runner.os }}-node-playwright-
61-
${{ runner.os }}-node-
55+
path: |
56+
~/.npm
57+
~/.cache/ms-playwright
58+
key: ${{ runner.os }}-node-playwright-${{ hashFiles('**/package-lock.json') }}
59+
restore-keys: |
60+
${{ runner.os }}-node-playwright-
61+
${{ runner.os }}-node-
6262
6363
- name: Install dependencies
6464
run: |

0 commit comments

Comments
 (0)