Skip to content

build(deps-dev): bump eslint from 8.50.0 to 8.56.0 #206

build(deps-dev): bump eslint from 8.50.0 to 8.56.0

build(deps-dev): bump eslint from 8.50.0 to 8.56.0 #206

Workflow file for this run

name: NodeJS Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test