[v2] Update Workflows + runtime

This commit is contained in:
Lea Anthony
2021-09-13 19:35:14 +10:00
parent abbbdda102
commit 5ab5246aa0
11 changed files with 29 additions and 31 deletions

View File

@@ -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