Skip to content

Add heroku setup and action (#8) #20

Add heroku setup and action (#8)

Add heroku setup and action (#8) #20

name: learn-github-actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v