Skip to content

Bump braces from 3.0.2 to 3.0.3 (#36) #5

Bump braces from 3.0.2 to 3.0.3 (#36)

Bump braces from 3.0.2 to 3.0.3 (#36) #5

Workflow file for this run

name: Build and conditionally comit changes
on:
push:
branches:
- master
jobs:
install-build-commit:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "CI build run [skip ci]"