Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 6, 2023
1 parent 1e266ec commit 9625c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-git-installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18
- run: |
cat '{"scripts": {"test": "ts-node --version"}}' | package.json
cat '{"scripts": {"test": "ts-node --version"}}' > package.json
npm install https://github.com/TypeStrong/ts-node#main
npm test
pnpm:
Expand All @@ -42,6 +42,6 @@ jobs:
with:
node-version: 18
- run: |
cat '{"scripts": {"test": "ts-node --version"}}' | package.json
cat '{"scripts": {"test": "ts-node --version"}}' > package.json
pnpm install https://github.com/TypeStrong/ts-node#main
pnpm test

0 comments on commit 9625c5e

Please sign in to comment.