Skip to content

Commit f7bfa48

Browse files
author
Mathieu Bour
committed
ci(actions): remove github.com npm repository
1 parent 99d22fa commit f7bfa48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: '16'
19-
registry-url: https://npm.pkg.github.com
2019
- name: Cache dependencies
2120
uses: actions/cache@v2
2221
with:
@@ -40,7 +39,6 @@ jobs:
4039
uses: actions/setup-node@v2
4140
with:
4241
node-version: '16'
43-
registry-url: https://npm.pkg.github.com
4442
- name: Cache dependencies
4543
uses: actions/cache@v2
4644
with:
@@ -77,7 +75,6 @@ jobs:
7775
uses: actions/setup-node@v2
7876
with:
7977
node-version: '16'
80-
registry-url: https://npm.pkg.github.com
8178
- name: Cache dependencies
8279
uses: actions/cache@v2
8380
with:

0 commit comments

Comments
 (0)