Try adding the registry

This commit is contained in:
Sparticuz 2023-01-13 15:26:39 -05:00
parent c42af097d4
commit 7bd39feec3
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 18.x node-version: 18.x
registry-url: https://registry.npmjs.org/
- run: npm ci - run: npm ci