We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1c2c6 commit 180c7d9Copy full SHA for 180c7d9
1 file changed
.github/workflows/ubuntu_node.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: 20
33
- registry-url: 'https://registry.npmjs.org'
+ # registry-url removed to avoid interfering with Trusted Publishing
34
35
- name: 🗑️ Get pnpm store directory
36
shell: bash
0 commit comments