@@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest
+ registry-url: https://registry.npmjs.org
cache: npm
- run: npm ci
- run: |