Skip to content

build(deps): bump codecov/codecov-action from 3.1.4 to 4.1.0 #1165

build(deps): bump codecov/codecov-action from 3.1.4 to 4.1.0

build(deps): bump codecov/codecov-action from 3.1.4 to 4.1.0 #1165

Workflow file for this run

name: Tests
on:
push:
branches:
- next
pull_request:
branches:
- '*'
env:
CI: true
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18.x, 20.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm i
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test:ci
- name: Coverage report
uses: codecov/[email protected]