Skip to content

Commit 7b4d328

Browse files
committed
ci: remove node v12 from main workflow
1 parent f51e321 commit 7b4d328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
strategy:
88
matrix:
9-
node: ['12.x', '14.x']
9+
node: ['14.x']
1010

1111
steps:
1212
- name: Checkout repository

0 commit comments

Comments
 (0)