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

update store.json

update store.json #21

Workflow file for this run

name: jsDelivr
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '00 10 * * *'
jobs:
jsdelivr:
name: jsDelivr
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install PNPM
run: npm i pnpm -g
- name: Run setup
run: npm run setup
- name: Run cache purge
run: npm run cache:purge