Skip to content

chore(deps): bump @chakra-ui/icons from 2.1.1 to 2.2.4 #318

chore(deps): bump @chakra-ui/icons from 2.1.1 to 2.2.4

chore(deps): bump @chakra-ui/icons from 2.1.1 to 2.2.4 #318

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: "lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
cache: "npm"
- run: npm install
- run: npm run lint