docs: change order of setup node and pnpm (#129)

This commit is contained in:
hyesung oh 2024-06-16 21:33:23 +09:00 committed by GitHub
parent 5d79380f29
commit 23657c8550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |