Skip to content

Commit 743f194

Browse files
committed
Drop Node 12 and 14 (deprecated)
1 parent 97edcbd commit 743f194

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
@@ -82,7 +82,7 @@ jobs:
8282

8383
strategy:
8484
matrix:
85-
node-version: [12, 14, 16]
85+
node-version: [16]
8686

8787
steps:
8888
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)