2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-08-02 06:44: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: strategy:
matrix: matrix:
node-version: [ '12', '14', '16' ] node-version: [ '12', '14', '16', '18' ]
steps: steps:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2