Skip to content

Bump release-it from 17.3.0 to 17.4.0 #679

Bump release-it from 17.3.0 to 17.4.0

Bump release-it from 17.3.0 to 17.4.0 #679

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