Skip to content

Commit

Permalink
chore(deps): maintain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 5, 2023
1 parent 074301c commit f63f65e
Show file tree
Hide file tree
Showing 5 changed files with 901 additions and 534 deletions.
6 changes: 3 additions & 3 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: [16]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0"]
node: [20]
typescript: ["4.6", "4.7", "4.8", "4.9", "5.0", "5.1", "5.2"]

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

steps:
- name: Set up Node
Expand Down
Loading

0 comments on commit f63f65e

Please sign in to comment.