Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 30, 2024
1 parent de6a60b commit 9da8fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18, 20, 22]
node: [18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18, 20, 22]
node: [18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
node: [22]
# Top 5 from https://majors.nullvoxpopuli.com/q?minors=on&packages=typescript
# We cannot test 4.9 because it's error throwing is slightly different from v5.
typescript: ["5.2", "5.3", "5.4", "5.5"]
typescript: ["5.2", "5.3", "5.4", "5.5", "5.6"]

steps:
- name: Set up Node
Expand Down

0 comments on commit 9da8fdf

Please sign in to comment.