Skip to content

chore(deps): update major to v28 (major) #1265

chore(deps): update major to v28 (major)

chore(deps): update major to v28 (major) #1265

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn validator
- run: yarn test
- run: yarn build