Skip to content

chore(deps): update actions/checkout action to v4 #352

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #352

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
with:
node-version: 16.x
cache: yarn
- run: yarn install
- run: yarn run lint
- run: yarn run build
- run: yarn test
env:
CI: true
- uses: codecov/codecov-action@v3