Skip to content

build(deps): bump matrix-js-sdk from 24.1.0 to 34.9.0 #437

build(deps): bump matrix-js-sdk from 24.1.0 to 34.9.0

build(deps): bump matrix-js-sdk from 24.1.0 to 34.9.0 #437

Workflow file for this run

name: Lint
on:
pull_request:
branches: [develop, master]
env:
NODE_VERSION: 18.x
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install Node.js dependencies
run: npm ci
- name: Lint Action
run: npm run lint