Skip to content

Bump @types/node from 20.14.6 to 20.14.7 #678

Bump @types/node from 20.14.6 to 20.14.7

Bump @types/node from 20.14.6 to 20.14.7 #678

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@v4
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 18
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