build(actions): use npm i
This commit is contained in:
2
.github/workflows/gh-pages.yaml
vendored
2
.github/workflows/gh-pages.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
- name: Build all
|
||||
run: npm run build-all
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user