Skip to content

upgrade to pjs 11.2.1 #1380

upgrade to pjs 11.2.1

upgrade to pjs 11.2.1 #1380

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run test