Skip to content

build(deps): bump matrix-js-sdk from 37.13.0 to 39.0.0 #1106

build(deps): bump matrix-js-sdk from 37.13.0 to 39.0.0

build(deps): bump matrix-js-sdk from 37.13.0 to 39.0.0 #1106

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: '22'
- run: npm ci
- run: ./node_modules/.bin/eslint -c ./.eslintrc.json -f compact *.js