Skip to content

Build(deps-dev): Bump eslint-config-prettier from 8.8.0 to 8.9.0 #5540

Build(deps-dev): Bump eslint-config-prettier from 8.8.0 to 8.9.0

Build(deps-dev): Bump eslint-config-prettier from 8.8.0 to 8.9.0 #5540

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