fix: setup npm registry before publish
This commit is contained in:
parent
299eeba7fd
commit
419fb1c691
1
.github/workflows/build_and_publish.yml
vendored
1
.github/workflows/build_and_publish.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: 📦 Install Dependencies
|
- name: 📦 Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: 🧾 Test
|
- name: 🧾 Test
|
||||||
|
Loading…
Reference in New Issue
Block a user