2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 07:34:28 -06:00

Drop testing support on older Node.js versions

This commit is contained in:
Jeroen Akkerman 2021-10-05 22:18:55 +02:00
parent b364a6095a
commit c24dd01880

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [ '8', '10', '12', '14', '16' ]
node-version: [ '12', '14', '16' ]
steps:
- uses: actions/setup-node@v2