Skip to content

Update remote-place-cache.ts #872

Update remote-place-cache.ts

Update remote-place-cache.ts #872

Workflow file for this run

name: Run Build and Tests
on: push
jobs:
test:
name: Run Build and Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test