1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

enable pnpm

This commit is contained in:
codecalm
2024-09-16 20:28:47 +02:00
parent df593d2b05
commit 5330aaea52

View File

@@ -20,6 +20,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable pnpm
- name: Setup Node.js 18
uses: actions/setup-node@v4
with: