Skip to content

Commit

Permalink
chore(ci): specify node-version for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga committed Oct 2, 2024
1 parent 4c75a43 commit a50b22c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -96,6 +97,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a50b22c

Please sign in to comment.