diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b4619aa..8eaf8dd 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -18,7 +18,7 @@ runs: with: node-version: ${{ inputs.node-version }} cache: pnpm - registry-url: 'https://npm.pkg.github.com' + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install diff --git a/.prettierignore b/.prettierignore index 725a3ee..c57d9a4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,4 @@ README.md node_modules/ dist/ pnpm-lock.yaml +CHANGELOG.md