Skip to content

Commit

Permalink
ci: remove TypeScript 4.6 from Types workflow (and restore Node.js 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Oct 28, 2024
1 parent 1be205a commit f93c365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]
node: [16]
typescript: ["4.7", "4.8", "4.9", "5.0"]

steps:
- name: Set up Node
Expand Down

0 comments on commit f93c365

Please sign in to comment.