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 99c24b0 commit 0a7383aCopy full SHA for 0a7383a
.github/workflows/release.yml
@@ -14,6 +14,14 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
17
+ - name: Setup NPM
18
+ uses: pnpm/action-setup@v2
19
+ with:
20
+ version: 7.21.0
21
+ node-version: ${{ matrix.node-version }}
22
+ cache: "pnpm"
23
+ - run: pnpm install
24
+
25
- name: Setup Java and Scala
26
uses: olafurpg/setup-scala@v10
27
with:
0 commit comments