1
0
mirror of https://github.com/rastapasta/mapscii.git synced 2025-07-15 13:35:15 +02:00

Test on Node 14, 16 and 18

This commit is contained in:
Christian Paul
2022-04-29 20:03:20 +02:00
committed by GitHub
parent 2315a3515c
commit 76f541db46

@ -1,8 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- "10"
- "12"
- "14" - "14"
- "16"
- "18"
script: script:
- npm run-script lint - npm run-script lint