try setting lockfile

This commit is contained in:
texm
2023-04-25 15:43:07 +08:00
parent 7426bfcc67
commit 71ebec77c2

View File

@@ -31,6 +31,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: 'web/package-lock.json'
- run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1