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

Add testing on Node.js 18

This commit is contained in:
Jeroen Akkerman 2022-05-24 11:44:44 +02:00
parent 0c31e06928
commit 96a5aac921

View File

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