Skip to content

Bump @heroku/heroku-cli-util from 8.0.14 to 8.0.15 #153

Bump @heroku/heroku-cli-util from 8.0.14 to 8.0.15

Bump @heroku/heroku-cli-util from 8.0.14 to 8.0.15 #153

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [lts/*]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn test