Skip to content

build(deps-dev): Bump @vercel/ncc from 0.38.0 to 0.38.1 #362

build(deps-dev): Bump @vercel/ncc from 0.38.0 to 0.38.1

build(deps-dev): Bump @vercel/ncc from 0.38.0 to 0.38.1 #362

Workflow file for this run

# Always rebuild the distributable action, so that we can release from `main` at any point
# This doubles-up as a test, and also prevents tampering!
name: Rebuild
on:
push:
branches-ignore:
- main
jobs:
rebuild:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 1
- uses: actions/setup-node@master
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Build
run: npm run build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: --force dist/*
commit_message: "chore: 🛠 Rebuild action!"