Skip to content

chore: Bump jest from 29.6.2 to 29.6.3 (#502) #363

chore: Bump jest from 29.6.2 to 29.6.3 (#502)

chore: Bump jest from 29.6.2 to 29.6.3 (#502) #363

Workflow file for this run

on:
push:
branches:
- main
name: Package
jobs:
check:
name: Package distribution file
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Package
run: |
npm ci
npm test
npm run package
- name: Commit
run: |
git config --global user.name "GitHub Actions"
git add dist/
git commit -m "chore: Update dist" || echo "No changes to commit"
git push origin HEAD:main