Skip to content

Commit

Permalink
fix: Remove registry-url
Browse files Browse the repository at this point in the history
Did that mess up CI?
  • Loading branch information
t1mmen committed Dec 31, 2024
1 parent b868b70 commit d6a89ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -106,7 +105,6 @@ jobs:
with:
node-version: 20
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit d6a89ce

Please sign in to comment.