workaround node & npm issues (#5825)

- upgrade GitHub Actions dependencies
- workaround `sucrase` issues
This commit is contained in:
Alex Lam S.L
2024-06-05 03:55:16 +03:00
committed by GitHub
parent f0ca9cfbe6
commit 30fd331bf1
6 changed files with 38 additions and 15 deletions

View File

@@ -50,7 +50,8 @@ node --version
npm config set audit false
npm config set fund false
npm config set loglevel error
npm config set optional false
npm config set omit optional || true
npm config set optional false || true
npm config set save false
npm config set strict-ssl false
npm config set update-notifier false