Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Update dependency eslint to v8.51.0 #456

Update dependency eslint to v8.51.0

Update dependency eslint to v8.51.0 #456

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn set version berry
- run: yarn install
- run: yarn lint
- run: yarn test