Skip to content

Commit 3489a43

Browse files
committed
fix: NO-JIRA remove setup-node
1 parent cda9aad commit 3489a43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-web.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ jobs:
130130
pnpm config delete @dialpad:registry
131131
pnpm config set registry 'https:${{ matrix.registry_url }}'
132132
133-
- name: Set npm registry URL
134-
if: matrix.registry == 'npm'
135-
uses: actions/setup-node@v4
136-
with:
137-
registry-url: 'https:${{ matrix.registry_url }}'
138-
139133
- name: Delay job to avoid npm rate limits
140134
if: matrix.package == 'dialtone-vue3'
141135
run: sleep 15s

0 commit comments

Comments
 (0)