Skip to content

Commit

Permalink
Revert "Only install typescript on 14.x Node.js"
Browse files Browse the repository at this point in the history
This reverts commit 7c63dce.
  • Loading branch information
jihchi committed Jan 27, 2023
1 parent 7c63dce commit 94439dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install typescript (optional)
if: ${{ matrix.node == '14.x' }}
run: pnpm install --no-lockfile typescript

- name: Test
run: pnpm test -- --coverage

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"prettier": "2.8.1",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7"
},
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94439dd

Please sign in to comment.