Skip to content

Commit

Permalink
chore: Update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Sep 7, 2023
1 parent 4083292 commit 500e187
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 688 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: mskelton/setup-pnpm@v1
- uses: mskelton/setup-pnpm@v2
with:
node-version: ${{ matrix.node-version }}
- run: pnpm test
Expand All @@ -19,7 +19,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-pnpm@v1
- uses: mskelton/setup-pnpm@v2
- run: pnpm build
- run: pnpm semantic-release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Auto-fixable sort rules for ESLint.",
"version": "0.0.0-semantically-released",
"author": "Mark Skelton",
"packageManager": "pnpm@7.29.1",
"packageManager": "pnpm@8.7.4",
"repository": "github:mskelton/eslint-plugin-sort",
"homepage": "https://github.com/mskelton/eslint-plugin-sort#readme",
"bugs": {
Expand Down
Loading

0 comments on commit 500e187

Please sign in to comment.