File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v4
1717
18- - name : Install pnpm
19- uses : pnpm/action-setup@v2
20-
2118 - name : Set node
2219 uses : actions/setup-node@v4
2320 with :
2421 node-version : lts/*
2522
23+ - name : Install pnpm
24+ run : corepack enable pnpm
25+
2626 - name : Setup
2727 run : npm i -g @antfu/ni
2828
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@v4
1717
18- - name : Install pnpm
19- uses : pnpm/action-setup@v2
20-
2118 - name : Set node
2219 uses : actions/setup-node@v4
2320 with :
2421 node-version : lts/*
2522
23+ - name : Install pnpm
24+ uses : corepack enable pnpm
25+
2626 - name : Setup ni
2727 run : npm i -g @antfu/ni
2828
You can’t perform that action at this time.
0 commit comments