Skip to content

chore(deps): bump typescript from 5.2.2 to 5.3.2 #13

chore(deps): bump typescript from 5.2.2 to 5.3.2

chore(deps): bump typescript from 5.2.2 to 5.3.2 #13

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-qodana-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.8
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}