Skip to content

Commit 23657c8

Browse files
authored
docs: change order of setup node and pnpm (#129)
1 parent 5d79380 commit 23657c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,18 @@ jobs:
115115
- name: Checkout
116116
uses: actions/checkout@v4
117117

118-
- name: Install Node.js
119-
uses: actions/setup-node@v4
120-
with:
121-
node-version: 20
122-
cache: 'pnpm'
123-
124118
- uses: pnpm/action-setup@v4
125119
name: Install pnpm
126120
with:
127121
version: 8
128122
run_install: false
129123

124+
- name: Install Node.js
125+
uses: actions/setup-node@v4
126+
with:
127+
node-version: 20
128+
cache: 'pnpm'
129+
130130
- name: Get pnpm store directory
131131
shell: bash
132132
run: |

0 commit comments

Comments
 (0)