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

Bump husky from 8.0.3 to 9.0.2 #2

Bump husky from 8.0.3 to 9.0.2

Bump husky from 8.0.3 to 9.0.2 #2

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