Skip to content

chore(deps): update babel monorepo to v7.25.7 #74

chore(deps): update babel monorepo to v7.25.7

chore(deps): update babel monorepo to v7.25.7 #74

Workflow file for this run

name: Format
on:
push:
jobs:
format:
name: Format
runs-on: ubuntu-latest
if: github.actor == 'shopify[bot]'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version-file: package.json
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- name: Install Node packages
run: npm install
- name: Format files
run: npm run fix:prettier
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
with:
commit_message: Format files