Skip to content

Bump codecov/codecov-action from 4 to 5 #12

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #12

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
node:
- '18'
- '20'
- '22'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v5