Skip to content

Commit

Permalink
chore: specified pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 9, 2024
1 parent c28d3be commit 1ea56f7
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 126 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: latest

- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.1.0",
"scripts": {
"build": "tsc -b",
"watch": "tsc -b -w",
Expand Down

0 comments on commit 1ea56f7

Please sign in to comment.