Skip to content

Commit

Permalink
fix(ci): Qodana job fails
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 18, 2023
1 parent 911230a commit 0aeefdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20.8.1
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: 'Qodana Scan'
Expand Down

0 comments on commit 0aeefdc

Please sign in to comment.