mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
[v2] Update Workflows + runtime
This commit is contained in:
4
.github/workflows/runtime.yml
vendored
4
.github/workflows/runtime.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.17.6
|
||||
# cache: 'npm'
|
||||
# cache-dependency-path: v2/internal/frontend/runtime/package-lock.json
|
||||
cache: 'npm'
|
||||
cache-dependency-path: v2/internal/frontend/runtime/package-lock.json
|
||||
- run: npm install
|
||||
working-directory: v2/internal/frontend/runtime
|
||||
- run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user