Skip to content

chore(deps): bump codecov/codecov-action from 2 to 4 #439

chore(deps): bump codecov/codecov-action from 2 to 4

chore(deps): bump codecov/codecov-action from 2 to 4 #439

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2
with:
cache: "npm"
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test