Skip to content

npm update

npm update #34

Workflow file for this run

name: FrontEnd
on: [workflow_dispatch, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: flarum/action-build@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}