From 2fa3aa6c28728c0340a2b56ea1527ce0777f6933 Mon Sep 17 00:00:00 2001 From: 12inchpenguin Date: Tue, 1 Apr 2025 16:37:30 +0300 Subject: [PATCH] updated github workflow --- .github/workflows/publish.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a6a122..e415048 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,14 @@ jobs: node-version: "23" registry-url: "https://registry.npmjs.org/" + - name: Set up PNPM + uses: pnpm/action-setup@v2 + with: + version: latest + + - name: Install dependencies + run: pnpm install + - name: Publish to npm run: npm publish --tag alpha --access public env: