Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 #3109

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1

chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 #3109

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Change diff
run: git --no-pager show -m "$GITHUB_SHA" --color
- name: Build
shell: bash
run: |
npm --version
npm ci
pushd plugins/desktop && npm ci; popd
npm run lint
npm run build