Skip to content

Commit

Permalink
CIではPNPM_VERSIONを指定しない
Browse files Browse the repository at this point in the history
  • Loading branch information
piny940 committed Jan 15, 2025
1 parent 6395b33 commit 5688f67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ permissions:
pull-requests: read
env:
GO_VERSION: 1.23.2
PNPM_VERSION: 9.15.4
NODE_VERSION: 20.9.0
jobs:
filter:
Expand Down Expand Up @@ -113,7 +112,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "frontend/package.json"
- uses: actions/setup-node@v4
with:
Expand All @@ -131,7 +129,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "frontend/package.json"
- uses: actions/setup-node@v4
with:
Expand All @@ -149,8 +146,6 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v4
# with:
# version: ${{ env.PNPM_VERSION}}
# - uses: actions/setup-node@v4
# with:
# node-version: ${{ env.NODE_VERSION }}
Expand All @@ -166,7 +161,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "spec/package.json"
- uses: actions/setup-node@v4
with:
Expand All @@ -185,7 +179,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "example/package.json"
- uses: actions/setup-node@v4
with:
Expand All @@ -203,7 +196,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "example/package.json"
- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:
pages: write
packages: write
env:
PNPM_VERSION: 9.15.4
NODE_VERSION: 20.9.0

jobs:
Expand Down Expand Up @@ -90,7 +89,6 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION}}
package_json_file: "spec/package.json"
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "spec",
"version": "0.1.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"compile": "tsp compile .",
"dev": "tsp compile . --watch",
Expand Down

0 comments on commit 5688f67

Please sign in to comment.