try setting lockfile
This commit is contained in:
1
.github/workflows/publish-web.yml
vendored
1
.github/workflows/publish-web.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
cache-dependency-path: 'web/package-lock.json'
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user