Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderman authored and spiderman committed Nov 26, 2024
1 parent e07b27c commit cb3115b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
# run: yarn install --frozen-lockfile
run: yarn install
run: pnpm install
# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
Expand All @@ -49,6 +49,6 @@ jobs:
yarn build
yarn version --patch
yarn copy:files
yarn publish dist/src --non-interactive
yarn publish dist --non-interactive
git push
git push --tags

0 comments on commit cb3115b

Please sign in to comment.