Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump @types/node from 20.1.4 to 20.1.5 in /browser-client #196

Bump @types/node from 20.1.4 to 20.1.5 in /browser-client

Bump @types/node from 20.1.4 to 20.1.5 in /browser-client #196

Workflow file for this run

name: Qodana
on:
push:
branches: ["master"]
tags:
- "v*"
pull_request:
branches: ["master"]
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: "Qodana Scan"
uses: JetBrains/qodana-action@v2023.1.0
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}