Skip to content

Bump the all-dependencies group across 1 directory with 9 updates #128

Bump the all-dependencies group across 1 directory with 9 updates

Bump the all-dependencies group across 1 directory with 9 updates #128

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 24.x
uses: actions/setup-node@v6
with:
node-version: 24.x
cache: npm
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build