Skip to content

Commit

Permalink
Remove unneeded registry url from ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunock committed Mar 30, 2024
1 parent b3126d2 commit bacbff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit bacbff7

Please sign in to comment.