Skip to content

Commit e9e1c73

Browse files
committed
Move pnpm
1 parent ebf38ba commit e9e1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10+
- uses: pnpm/action-setup@v4
1011
- uses: actions/setup-node@v4
1112
with:
1213
node-version: "lts/*"
1314
cache: "pnpm"
14-
- uses: pnpm/action-setup@v4
1515
- run: pnpm install -r
1616
- run: pnpm typecheck
1717
- run: pnpm lint

0 commit comments

Comments
 (0)