Skip to content

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 (#194) #100

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 (#194)

Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 (#194) #100

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install testing dependencies
run: npm install
- name: Run Tests
run: npm test