We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07616aa commit 440f1f6Copy full SHA for 440f1f6
1 file changed
.github/workflows/maven.yml
@@ -33,13 +33,7 @@ jobs:
33
- uses: actions/setup-node@v3
34
with:
35
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-
+ - run: npm i -g npm@5
43
- run: npm ci
44
- run: npm run build
45
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
0 commit comments