Skip to content

Bump eslint from 8.50.0 to 8.51.0 (#486) #331

Bump eslint from 8.50.0 to 8.51.0 (#486)

Bump eslint from 8.50.0 to 8.51.0 (#486) #331

Workflow file for this run

name: Build package
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths-ignore:
- "**.md"
jobs:
build-package:
name: Build package
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
cache: "npm"
registry-url: https://registry.npmjs.org/
- name: Build package
run: npm ci