Skip to content

Commit

Permalink
Add setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kanatagu committed Nov 8, 2023
1 parent 7496635 commit 10828f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '18.16.0'

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Install Node.js dependencies
run: |
Expand Down

0 comments on commit 10828f9

Please sign in to comment.