Skip to content

build(deps-dev): bump eslint from 9.39.2 to 9.39.4 #284

build(deps-dev): bump eslint from 9.39.2 to 9.39.4

build(deps-dev): bump eslint from 9.39.2 to 9.39.4 #284

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Continuous Integration
on:
pull_request:
push:
paths-ignore:
- .github/**
- README.md
jobs:
build:
runs-on: ubuntu-latest
env:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install just
uses: taiki-e/install-action@just
- run: just setup
- run: just all