Skip to content

Commit dd791d9

Browse files
committed
Fix npm publish workflow
1 parent b8df426 commit dd791d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: '22'
17-
- run: npm install -g npm@latest
17+
registry-url: 'https://registry.npmjs.org'
1818
- run: npm --version
1919
- run: npm ci
2020
- run: npm run build --if-present

0 commit comments

Comments
 (0)