Skip to content

Commit dbc00cf

Browse files
ci: update CI matrix to replace EOL Node 18 with Node 20
Co-Authored-By: rlamb@launchdarkly.com <rlamb@launchdarkly.com>
1 parent 4802d64 commit dbc00cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
variations: [
1818
{os: ubuntu-latest, node: latest},
19-
{os: ubuntu-latest, node: 18},
19+
{os: ubuntu-latest, node: 20},
2020
{os: windows-latest, node: latest}
2121
]
2222

0 commit comments

Comments
 (0)