Skip to content

Commit 180c7d9

Browse files
committed
fix(ci): remove registry-url from setup-node
Prevent setup-node from creating interfering .npmrc for trusted publishing
1 parent 6b1c2c6 commit 180c7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: 20
33-
registry-url: 'https://registry.npmjs.org'
33+
# registry-url removed to avoid interfering with Trusted Publishing
3434

3535
- name: 🗑️ Get pnpm store directory
3636
shell: bash

0 commit comments

Comments
 (0)