Skip to content

Commit

Permalink
build: add packageManager to package.json and remove fixed version in…
Browse files Browse the repository at this point in the history
… github action workflows (#414)
  • Loading branch information
tuanphamcybozu authored Jul 27, 2023
1 parent c03e7ac commit 6a9afa6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -55,8 +53,6 @@ jobs:
uses: actions/checkout@v3

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

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
- uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/yamory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3

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

- uses: actions/setup-node@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
"iconv-lite": "^0.6.3",
"inquirer": "^8.2.5",
"yargs": "^17.7.2"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 6a9afa6

Please sign in to comment.