Skip to content

Move record page perisistence to wdk-client package (#1270) #643

Move record page perisistence to wdk-client package (#1270)

Move record page perisistence to wdk-client package (#1270) #643

Workflow file for this run

name: Generate caches
on:
push:
branches:
- main
jobs:
# Cache yarn install command
# See https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#example-using-the-cache-action
cache-yarn:
name: Generate yarn cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
cache: yarn
- run: yarn