💚 fix npm build
This commit is contained in:
1
.github/workflows/npm.yml
vendored
1
.github/workflows/npm.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: 👷 Install
|
- name: 👷 Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: 📦️ Publish package (npmjs)
|
- name: 📦️ Publish package (npmjs)
|
||||||
|
|||||||
Reference in New Issue
Block a user