Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0… #293

chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0…

chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0… #293

Workflow file for this run

name: update dist
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Rebuild the dist/ directory
run: |
npm run build
npm run package
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: 'chore: update dist'
branch: main
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>