Skip to content

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #495

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5

chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 #495

Workflow file for this run

name: test
on:
push:
branches:
- main
- 'releases/v*'
pull_request:
jobs:
run-action:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build