Skip to content

npm: bump eslint from 9.9.1 to 9.11.1 #142

npm: bump eslint from 9.9.1 to 9.11.1

npm: bump eslint from 9.9.1 to 9.11.1 #142

Workflow file for this run

name: Coverage Workflow
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: 20
- name: Clean install
run: npm ci
- name: Run tests and collect coverage
run: npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: havelessbemore/semafy