Skip to content

Bump @heroku-cli/command from 10.0.0 to 11.0.0 (#129) #39

Bump @heroku-cli/command from 10.0.0 to 11.0.0 (#129)

Bump @heroku-cli/command from 10.0.0 to 11.0.0 (#129) #39

Workflow file for this run

name: Node CI Suite
on:
push
jobs:
test:
runs-on: ${{ matrix.os }}
name: Node Tests
strategy:
matrix:
node-version: [ 16.x ]
os: [ pub-hk-ubuntu-22.04-small, pub-hk-ubuntu-22.04-arm-large ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn test