Skip to content

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

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

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

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
name: Build
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 packages
run: npm install
- name: Build scripts and styles
run: npm run build