Skip to content

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 #54

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 #54

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 18
uses: actions/setup-node@v4
with:
node-version: '18'
check-latest: true
- name: Install
run: npm ci
- name: Test
run: npm run test
env:
CI: true