Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Dec 3, 2024
1 parent 9fe22e8 commit 048d079
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 @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18, 20]
node: [18, 20, 22]

steps:
- name: Set up Node
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]
typescript: ["4.9", "5.0", "5.1", "5.2", "5.3", "5.4"]

steps:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]

steps:
- name: Set up Node
Expand Down

0 comments on commit 048d079

Please sign in to comment.