1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-03-02 03:49:24 +00:00

Merge pull request #127 from harrysarson/patch-1

Check node 12 in CI
This commit is contained in:
Michael M
2019-04-29 23:17:42 +01:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
language: node_js
node_js:
- "node"
- "12"
- "11"
- "10"
- "9"