Skip to content

Commit

Permalink
ci(pnpm): ship to pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Mar 4, 2024
1 parent c92b707 commit e27e50e
Show file tree
Hide file tree
Showing 7 changed files with 1,625 additions and 3,096 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"groupName": "bod monorepo"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"postUpdateOptions": ["pnpmDedupe"],
"rangeStrategy": "bump",
"reviewers": ["sabertazimi"],
"schedule": ["every weekend"],
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ jobs:
with:
submodules: true
fetch-depth: 1
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.architecture }}
registry-url: https://registry.npmjs.org/
cache: 'yarn'
cache: 'pnpm'
- name: Install dependencies
run: |
yarn
pnpm
- name: Build package
run: |
yarn build
pnpm build
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

13 changes: 0 additions & 13 deletions .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"release": "commit-and-tag-version -s",
"build": "echo Building work."
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"devDependencies": {
"commit-and-tag-version": "^12.2.0"
}
Expand Down
Loading

0 comments on commit e27e50e

Please sign in to comment.