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 af27d6c commit 015d29cCopy full SHA for 015d29c
.github/workflows/integration.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
22
+ - name: Install pnpm
23
+ uses: pnpm/action-setup@v4
24
+
25
- name: Install Node.js
26
uses: actions/setup-node@v4
27
with:
.github/workflows/release.yml
@@ -13,6 +13,9 @@ jobs:
13
14
15
16
17
18
uses: actions/setup-node@v3
0 commit comments