Skip to content

Commit

Permalink
ci: fix setup project
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 27, 2023
1 parent e1fc4b8 commit f923ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: https://npm.pkg.github.com
# registry-url: https://npm.pkg.github.com
cache: 'pnpm'
cache-dependency-path: './pnpm-lock.yaml'

Expand Down

0 comments on commit f923ecf

Please sign in to comment.