From 3689d1c4193987355c8d4115ad68e5052bc5872e Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:21:36 -0400 Subject: [PATCH] fix: use pnpm instead --- .github/workflows/publish.yml | 2 +- .github/workflows/transpile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a37bc8..bbc2800 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - run: npm ci + run: pnpm ci - name: Create Release Pull Request uses: changesets/action@v1 diff --git a/.github/workflows/transpile.yml b/.github/workflows/transpile.yml index c61e826..b309649 100644 --- a/.github/workflows/transpile.yml +++ b/.github/workflows/transpile.yml @@ -20,7 +20,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Install dependencies - run: npm install + run: pnpm ci - name: Build run: npx tsc