Skip to content

Merge pull request #303 from h5bp/dependabot/npm_and_yarn/babel/eslin… #121

Merge pull request #303 from h5bp/dependabot/npm_and_yarn/babel/eslin…

Merge pull request #303 from h5bp/dependabot/npm_and_yarn/babel/eslin… #121

Workflow file for this run

name: Build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: build
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[Bot] Update dist"