Skip to content

Commit

Permalink
Install pnpm@8 in license scan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Sep 26, 2024
1 parent 5bc8c69 commit 2203409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
run: |
# Rustup is set to default in the container, but it's not picked up in this run block
rustup default stable
npm install -g pnpm@8
yarn install && yarn build
node lib/index.js
cd build
Expand Down

0 comments on commit 2203409

Please sign in to comment.