Skip to content

Commit 79c9885

Browse files
authored
ci(github-actions): drop node 12.x (#821)
1 parent bbb7982 commit 79c9885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
node-version: [12.x, 14.x, 16.x, 18.x]
41+
node-version: [14.x, 16.x, 18.x]
4242

4343
steps:
4444
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)