Skip to content

Commit

Permalink
ci: update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr authored May 23, 2023
1 parent 8bd6385 commit 6f6b038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 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: [14, 16, 18]
node: [14, 16, 18, 20]

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

steps:
- name: Set up Node
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14]
typescript: ["4.5", "4.6", "4.7", "4.8", "4.9"]
node: [16]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]

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

steps:
- name: Set up Node
Expand Down

0 comments on commit 6f6b038

Please sign in to comment.