Skip to content

Bump @types/node from 18.15.11 to 20.4.2 #316

Bump @types/node from 18.15.11 to 20.4.2

Bump @types/node from 18.15.11 to 20.4.2 #316

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: 8.6.6
- 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