build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.7 (#142) #83
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |