From d271a62b866912d72daec0298ac80bac5338558e Mon Sep 17 00:00:00 2001 From: Wenhao Lee Date: Thu, 16 Apr 2020 20:26:04 -0400 Subject: [PATCH] Only publish to npm on NodeV12 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d56eda4..5e1db9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,4 @@ deploy: on: branch: master repo: Cimpress-MCP/postal-codes-js + node_js: '12'