We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe5fe4 commit 3ecd111Copy full SHA for 3ecd111
.github/workflows/nuxthub.yml
@@ -14,16 +14,19 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - run: npm i -g --force corepack && corepack enable
18
- - name: Install pnpm
19
- uses: pnpm/action-setup@v4
20
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
with:
24
node-version: 22
25
cache: 'pnpm'
26
+ - name: Enable corepack
+ run: npm i -g --force corepack && corepack enable
+
27
+ - name: Install pnpm
28
+ uses: pnpm/action-setup@v4
29
30
- name: Install dependencies
31
run: pnpm install
32
0 commit comments