Skip to content

Commit 440f1f6

Browse files
authored
Update maven.yml
1 parent 07616aa commit 440f1f6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 14
36-
- run: npm i -g npm@8
37-
- name: Cache dependencies
38-
uses: actions/cache@v2
39-
with:
40-
path: ~/.npm
41-
key: npm-${{ hashFiles('package-lock.json') }}
42-
restore-keys: npm-
36+
- run: npm i -g npm@5
4337
- run: npm ci
4438
- run: npm run build
4539
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium

0 commit comments

Comments
 (0)