Skip to content

Bump actions/checkout from 2.3.4 to 4.1.1 #187

Bump actions/checkout from 2.3.4 to 4.1.1

Bump actions/checkout from 2.3.4 to 4.1.1 #187

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '14.x'
- run: yarn install
- run: yarn build
- run: yarn lint