Skip to content

chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 #1648

chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4

chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 #1648

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- uses: codecov/codecov-action@v3.1.4