Skip to content

Commit 8c18842

Browse files
committed
ci: remove support for Node.js 14 & add Node.js 21
1 parent a2533b0 commit 8c18842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
strategy:
2424
matrix:
2525
node-version:
26-
- 14
27-
- 16
26+
- 16 # TODO Remove this on next major update
2827
- 18
2928
- 20
29+
- 21
3030
eslint-version:
3131
- 7
3232
- 8

0 commit comments

Comments
 (0)