Skip to content

Build(deps-dev): Bump eslint-config-prettier from 8.10.0 to 9.0.0 #5574

Build(deps-dev): Bump eslint-config-prettier from 8.10.0 to 9.0.0

Build(deps-dev): Bump eslint-config-prettier from 8.10.0 to 9.0.0 #5574

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- master
- stable*
jobs:
build:
runs-on: ubuntu-latest
name: Build app
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup node
uses: ./.github/actions/setup-node
with:
node-version: '20'
- name: build
run: npm run build --if-present