Skip to content

update pivotal rpc url #16

update pivotal rpc url

update pivotal rpc url #16

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
matrix:
node: ["16", "18"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn compile
- run: yarn test