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
|
||||
with:
|
||||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: 📦 Install Dependencies
|
||||
run: npm ci
|
||||
- name: 🧾 Test
|
||||
|
Loading…
Reference in New Issue
Block a user