Skip to content

chore: bump eslint-config-love from 96.0.0 to 114.0.0 #815

chore: bump eslint-config-love from 96.0.0 to 114.0.0

chore: bump eslint-config-love from 96.0.0 to 114.0.0 #815

Workflow file for this run

name: Build Project
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build