Add pnpm to runners (#1683)

Found another place where pnpm needs to be added.
This commit is contained in:
Jamil
2023-06-23 12:42:35 -05:00
committed by GitHub
parent 82edbb5835
commit 0faf8d906c
2 changed files with 10 additions and 1 deletions

View File

@@ -317,6 +317,12 @@ jobs:
with:
otp-version: "25"
elixir-version: "1.14"
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v3
- uses: actions/cache@v3
name: Elixir Deps Cache