Skip to content

chore(deps-dev): bump eslint from 8.57.1 to 9.11.0 #4

chore(deps-dev): bump eslint from 8.57.1 to 9.11.0

chore(deps-dev): bump eslint from 8.57.1 to 9.11.0 #4

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: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Bun latest
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run build