Skip to content

Commit 3ecd111

Browse files
authored
chore: update ci
1 parent 7fe5fe4 commit 3ecd111

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/nuxthub.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,19 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: npm i -g --force corepack && corepack enable
18-
- name: Install pnpm
19-
uses: pnpm/action-setup@v4
2017

2118
- name: Install Node.js
2219
uses: actions/setup-node@v4
2320
with:
2421
node-version: 22
2522
cache: 'pnpm'
2623

24+
- name: Enable corepack
25+
run: npm i -g --force corepack && corepack enable
26+
27+
- name: Install pnpm
28+
uses: pnpm/action-setup@v4
29+
2730
- name: Install dependencies
2831
run: pnpm install
2932

0 commit comments

Comments
 (0)