There was an error while loading. Please reload this page.
1 parent b8df426 commit dd791d9Copy full SHA for dd791d9
1 file changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: '22'
17
- - run: npm install -g npm@latest
+ registry-url: 'https://registry.npmjs.org'
18
- run: npm --version
19
- run: npm ci
20
- run: npm run build --if-present
0 commit comments