Skip to content

Commit

Permalink
Set up node using registry URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel committed Jan 21, 2025
1 parent 0812a94 commit cb6567d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
cache: 'npm'

- name: Setup pnpm and modules
run: |
Expand Down

0 comments on commit cb6567d

Please sign in to comment.