Skip to content

build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.7 (#142) #83

build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.7 (#142)

build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.7 (#142) #83

Workflow file for this run

on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm ci
- name: Update dist
run: npm run build && npm run package
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update dist
file_pattern: dist/*