Skip to content

Commit

Permalink
chore: yarn to pnpm: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Pereira committed Nov 9, 2024
1 parent d90a70e commit 18150ee
Show file tree
Hide file tree
Showing 7 changed files with 7,114 additions and 8,229 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn semantic-release
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release
4 changes: 2 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
- run: pnpm install --frozen-lockfile
- run: pnpm test
4 changes: 2 additions & 2 deletions .github/workflows/validate-semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: pnpm install --frozen-lockfile
- run: |
GITHUB_REF=${{ github.head_ref }}
yarn semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
pnpm semantic-release --no-ci --dry-run --branches ${{ github.head_ref }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
/yarn-error.log
Loading

0 comments on commit 18150ee

Please sign in to comment.