Skip to content

Commit 48cf5b0

Browse files
committed
fix order
1 parent 6836999 commit 48cf5b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/actions/setup/action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description: Install's node, pnpm, restores cache
44
runs:
55
using: 'composite'
66
steps:
7-
- name: Install Node.js
8-
uses: actions/setup-node@v4
9-
with:
10-
node-version: 20.19.4
11-
cache: "pnpm"
12-
registry-url: "https://registry.npmjs.org"
13-
147
# Install pnpm. https://github.com/pnpm/action-setup
158
- uses: pnpm/action-setup@v4
169
with:
1710
version: 9
1811
# run_install: false
1912

13+
- name: Install Node.js
14+
uses: actions/setup-node@v4
15+
with:
16+
node-version: 20.19.4
17+
cache: "pnpm"
18+
registry-url: "https://registry.npmjs.org"
19+
2020
# Get pnpm store path so we can cache it
2121
- name: Get pnpm store directory
2222
shell: bash

0 commit comments

Comments
 (0)