Skip to content

Bump @babel/plugin-syntax-flow from 7.21.4 to 7.22.5 #286

Bump @babel/plugin-syntax-flow from 7.21.4 to 7.22.5

Bump @babel/plugin-syntax-flow from 7.21.4 to 7.22.5 #286

name: auto-documentation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 18
- run: pnpm i
- run: pnpm run docs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: ${{ github.event.head_commit.message }} + Documentation