Skip to content

Commit 9b31adc

Browse files
committed
fix: github action order
1 parent 11fdc4c commit 9b31adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16+
- name: Setup PNPM
17+
uses: pnpm/[email protected]
18+
1619
- name: Setup Node 22
1720
uses: actions/setup-node@v4
1821
with:
1922
node-version: 22
2023
registry-url: https://registry.npmjs.org/
2124
cache: pnpm
2225

23-
- name: Setup PNPM
24-
uses: pnpm/[email protected]
25-
2626
- name: Install
2727
run: pnpm install --frozen-lockfile
2828

0 commit comments

Comments
 (0)