Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /js #65

Bump cross-spawn from 7.0.3 to 7.0.6 in /js

Bump cross-spawn from 7.0.3 to 7.0.6 in /js #65

Workflow file for this run

name: Posted On JS
on: [workflow_dispatch, push, pull_request]
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
# This will break your current script.
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false
frontend_directory: ./js
main_git_branch: master
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}