fix(ci): actually configure pnpm

This commit is contained in:
Paul Makles
2023-04-21 17:43:10 +01:00
committed by GitHub
parent 6ff6c594b3
commit e64d8cf8e1
+3
View File
@@ -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