Skip to content

chore(deps-dev): bump @types/node from 20.4.9 to 20.5.0 (#5) #35

chore(deps-dev): bump @types/node from 20.4.9 to 20.5.0 (#5)

chore(deps-dev): bump @types/node from 20.4.9 to 20.5.0 (#5) #35

name: Continuous Integration
on:
push:
branches: [ master ]
paths-ignore: ['.github/**']
pull_request:
paths-ignore: ['.github/**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node v16
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESlint
run: yarn lint
- name: Run Build
run: yarn build