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 092ca19 commit ea463e4Copy full SHA for ea463e4
.github/workflows/ci.yml
@@ -21,17 +21,23 @@ jobs:
21
with:
22
fetch-depth: 2
23
24
- - name: 📦 Setup pnpm package manager
25
- uses: pnpm/action-setup@v4
26
- with:
27
- run_install: false
28
-
29
- name: 🟢 Setup Node.js runtime
30
uses: actions/setup-node@v4
31
32
node-version-file: '.nvmrc'
33
cache: 'pnpm'
34
+ - name: 📦 Setup pnpm package manager
+ uses: pnpm/action-setup@v4
+ with:
+ run_install: false
+
35
+ - name: Enable Corepack
36
+ run: corepack enable
37
38
+ - name: Install pnpm
39
+ run: corepack prepare [email protected] --activate
40
41
- name: 📚 Install project dependencies
42
run: pnpm install --frozen-lockfile
43
0 commit comments