Skip to content

Commit e4df42f

Browse files
authored
Update build-and-release.yaml
1 parent 6cc7f76 commit e4df42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: ${{ runner.os }}-node18-${{ hashFiles('**/package-lock.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-node18-
30-
- run: npm -g i npm@latest
30+
- run: npm -g i npm@^10
3131
- run: npm ci
3232
env:
3333
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true

0 commit comments

Comments
 (0)