Skip to content

Commit

Permalink
Remove as it'll pull from packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Dec 10, 2024
1 parent 1e9b4e1 commit c1e7149
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ts_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: $(node -p "require('./package.json').packageManager.replace(/.*@/, '')")
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -80,8 +78,6 @@ jobs:
version-type: strict
version-file: ".tool-versions"
- uses: pnpm/action-setup@v4
with:
version: $(node -p "require('./package.json').packageManager.replace(/.*@/, '')")
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -153,8 +149,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: $(node -p "require('./package.json').packageManager.replace(/.*@/, '')")
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit c1e7149

Please sign in to comment.