Skip to content

Commit

Permalink
docs: change order of setup node and pnpm (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed Jun 16, 2024
1 parent 5d79380 commit 23657c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false

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

- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit 23657c8

Please sign in to comment.