Skip to content

Commit

Permalink
[TASK] Update low-hanging dependencies (#321)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We no longer support nodejs 16

* [TASK] Update low-hanging dependencies

* Updated node versions
  • Loading branch information
thomashohn authored Apr 25, 2024
1 parent 6b50e3d commit 16e0d0b
Show file tree
Hide file tree
Showing 3 changed files with 1,735 additions and 1,746 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
strategy:
matrix:
node_version:
- 16 # to be removed after 2023-09
- 18
- 20
- 22
- x.x.x # safety net; don't remove
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 16e0d0b

Please sign in to comment.