Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

chore: bump js deps

chore: bump js deps #2

Workflow file for this run

name: FoF Stop Forum Spam JS
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: true
frontend_directory: ./js
backend_directory: .
js_package_manager: npm
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}