Skip to content

Commit

Permalink
ci: add registray-url to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
okaryo committed Jan 5, 2024
1 parent 8271b50 commit c242bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: '20.x'
cache: npm
registry-url: 'https://registry.npmjs.org'
- name: Install npm packages
run: npm ci
- name: build
Expand Down

0 comments on commit c242bce

Please sign in to comment.