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