Skip to content

chore(deps): update codecov/codecov-action action to v5 #330

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #330

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
cache: yarn
- run: yarn install
- run: yarn run lint
- run: yarn test
env:
CI: true
- run: yarn run build
- uses: codecov/codecov-action@v5