Skip to content

Adding cacheManage functions with tests #5

Adding cacheManage functions with tests

Adding cacheManage functions with tests #5

Workflow file for this run

name: "testing"
on:
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- uses: actions/checkout@v3
with:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build