Skip to content

Commit

Permalink
(fix) ci: actions/setup-node registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 18, 2024
1 parent 78375e8 commit effa8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
node-version: ${{ matrix.node-version }}

- name: Get npm cache location
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
node-version: lts/*

- name: Get npm cache location
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org
node-version: lts/*

- name: Get npm cache location
Expand Down

0 comments on commit effa8cc

Please sign in to comment.