Skip to content

Commit aea58e0

Browse files
committed
ci: remove node 14
1 parent 357c225 commit aea58e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest]
35-
node_version: [14, 16, 18, 20]
35+
node_version: [16, 18, 20]
3636
include:
3737
# Active LTS + other OS
3838
- os: macos-latest

0 commit comments

Comments
 (0)