Skip to content

Commit

Permalink
try fix pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 6, 2023
1 parent 3fcd211 commit d957128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-git-installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
with:
node-version: 18
- run: |
corepack enable
corepack prepare pnpm@latest --activate
echo '{"scripts": {"test": "ts-node --version"}}' > package.json
pnpm install https://github.com/TypeStrong/ts-node#main
pnpm test

0 comments on commit d957128

Please sign in to comment.