Skip to content

Commit

Permalink
ci: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jul 23, 2024
1 parent 24df0e9 commit 6b55c8d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 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]
node: [16, 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]
node: [16, 18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -77,8 +77,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [20]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]
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", "4.5"]

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

steps:
- name: Set up Node
Expand Down

0 comments on commit 6b55c8d

Please sign in to comment.