Skip to content

Bump eslint from 9.11.1 to 9.14.0 #20

Bump eslint from 9.11.1 to 9.14.0

Bump eslint from 9.11.1 to 9.14.0 #20

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
run-test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 22
- name: Install Yarn
run: npm install -g yarn
- run: yarn
- run: yarn test