Skip to content

Commit

Permalink
build: fix analyze-dependents workflow (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Jun 17, 2023
1 parent 2b8a1f3 commit 54bb6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Nodejs
uses: actions/setup-node@v3
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VER }}
- name: Download analysis output
Expand Down

0 comments on commit 54bb6ca

Please sign in to comment.