Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Update cover

Update cover #12

Workflow file for this run

on:
- push
- pull_request
jobs:
cache-and-install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- name: Install dependencies
run: npm i
- name: Build
run: npm run build