Skip to content

Commit 16e0d0b

Browse files
authored
[TASK] Update low-hanging dependencies (#321)
BREAKING CHANGE: We no longer support nodejs 16 * [TASK] Update low-hanging dependencies * Updated node versions
1 parent 6b50e3d commit 16e0d0b

File tree

3 files changed

+1735
-1746
lines changed

3 files changed

+1735
-1746
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
node_version:
18-
- 16 # to be removed after 2023-09
1918
- 18
19+
- 20
20+
- 22
2021
- x.x.x # safety net; don't remove
2122
steps:
2223
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)