Add pnpm as installable #28

Merged
noah.knegt merged 2 commits from pnpm into master 2023-06-01 11:29:21 +02:00
8 changed files with 36 additions and 0 deletions
Showing only changes of commit 98760f14ab - Show all commits

View File

@@ -13,6 +13,10 @@
register: corepack_version
ignore_errors: true
- name: Enable pnpm latest version
shell: corepack prepare pnpm@latest --activate
when: node_version is version('16.0.0', '<')
- name: Test pnpm
shell: pnpm --version
register: pnpm_version