Skip to content

Commit e7ffed1

Browse files
committed
chore: update registry
1 parent b401606 commit e7ffed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- uses: actions/setup-node@v4
3737
with:
3838
node-version: 20
39-
registry-url: "https://registry.npmjs.org/"
4039
cache: "pnpm"
4140

4241
- name: Install dependencies
@@ -54,6 +53,7 @@ jobs:
5453
- uses: actions/setup-node@v4
5554
with:
5655
node-version: 20
56+
registry-url: "https://registry.npmjs.org/"
5757
cache: "pnpm"
5858

5959
- name: Install dependencies

0 commit comments

Comments
 (0)