mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-21 04:25:22 -04:00
fix(ci): actually configure pnpm
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: "yarn"
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 7
|
||||
- name: Install packages
|
||||
run: yarn install
|
||||
- name: Build package
|
||||
|
||||
Reference in New Issue
Block a user