Skip to content

chore(deps): update eslint packages (js) to v9.17.0 (#1225) #1610

chore(deps): update eslint packages (js) to v9.17.0 (#1225)

chore(deps): update eslint packages (js) to v9.17.0 (#1225) #1610

name: Infrastructure
on:
push:
branches:
- "**"
paths:
- .github/workflows/infrastructure.yml
- infrastructure/**
workflow_dispatch:
defaults:
run:
working-directory: infrastructure
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
check-latest: true
- run: npm ci
- run: npm run build
- run: npm run lint