From 8ccf77f46c380015d585243f48623dc05b2c554d Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Tue, 13 Jul 2021 15:33:50 -0600 Subject: [PATCH] fix: pack tarballs with node 14.17.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24bd0399..51598028 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: pack-and-upload-tarballs: &pack-and-upload-tarballs docker: - - image: node:lts + - image: node:14.17.1 resource_class: xlarge steps: - checkout