Skip to content

chore(deps-dev): bump @eslint/js from 9.25.1 to 9.26.0 #732

chore(deps-dev): bump @eslint/js from 9.25.1 to 9.26.0

chore(deps-dev): bump @eslint/js from 9.25.1 to 9.26.0 #732

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v22
uses: actions/[email protected]
with:
node-version: 22
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
- name: Run Tests
run: yarn test:ci