Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 894448d

Browse files
committed
ci: remove support for node v12
1 parent f857ab7 commit 894448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

1919
strategy:
2020
matrix:
21-
node-version: [12.x, 14.x, 16.x, 17.x]
21+
node-version: [14.x, 16.x, 17.x]
2222

2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)