Skip to content

Commit

Permalink
build: fix license job
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanphamcybozu committed Jul 13, 2023
1 parent b6ad348 commit 55366de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3


- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Install pnpm
run: npm install -g [email protected]

- name: Install Node modules
run: pnpm install --frozen-lockfile

Expand All @@ -44,6 +53,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Install pnpm
run: npm install -g [email protected]

Expand Down

0 comments on commit 55366de

Please sign in to comment.