这是indexloc提供的服务,不要输入任何密码
Skip to content

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.2.3 to 6.10.2 (#381) #188

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.2.3 to 6.10.2 (#381)

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.2.3 to 6.10.2 (#381) #188

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24, 22, 20]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Build package
run: yarn build
- name: Run tests
run: yarn test