Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Make the cache class thread safe #5

Make the cache class thread safe

Make the cache class thread safe #5

Workflow file for this run

name: 'CI'
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Dependencies
run: npm ci
- name: Test and Build
run: npm install -g pkg && npm test && npm run build