Skip to content

fix(deps): update dependency react-icons to v5.3.0 #2220

fix(deps): update dependency react-icons to v5.3.0

fix(deps): update dependency react-icons to v5.3.0 #2220

Workflow file for this run

name: Lint
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '14.x'
- name: Lint
run: yarn && yarn lint