Skip to content

Commit 091e26e

Browse files
committed
Drop registry
1 parent b2a87cf commit 091e26e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ jobs:
4141
- name: Setup Node.js
4242
id: setup-node
4343
uses: actions/setup-node@v4
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4644
with:
4745
cache: npm
4846
node-version-file: .node-version
49-
registry-url: https://registry.npmjs.org/
5047

5148
- name: Install Dependencies
5249
id: install

0 commit comments

Comments
 (0)