Skip to content

Bump eslint from 8.57.0 to 9.11.1 #2569

Bump eslint from 8.57.0 to 9.11.1

Bump eslint from 8.57.0 to 9.11.1 #2569

Workflow file for this run

name: CI
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '15'
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release