Skip to content

Commit 30b3d20

Browse files
authored
chore(CI): remove registry-url as unnecessary
1 parent 86cae7f commit 30b3d20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
# Setup .npmrc file to publish to npm
1615
- uses: actions/setup-node@v2
1716
with:
1817
node-version: '14.x'
19-
registry-url: 'https://registry.npmjs.org'
2018

2119
# install protoc
2220
- uses: arduino/setup-protoc@master

0 commit comments

Comments
 (0)