Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai committed Dec 5, 2024
1 parent 2fa939c commit a2bcc2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Enable corepack
run: corepack enable

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'pnpm'

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: '3.3'

- name: Install LicenseFinder
run: gem install license_finder
Expand Down

0 comments on commit a2bcc2e

Please sign in to comment.