Skip to content

Commit 0a7383a

Browse files
committed
setup NPM in release.yml
1 parent 99c24b0 commit 0a7383a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

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+
1725
- name: Setup Java and Scala
1826
uses: olafurpg/setup-scala@v10
1927
with:

0 commit comments

Comments
 (0)