From 78f9a60330d9ddb0ea96f24069e9b4262c7f544c Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 22 Nov 2022 14:45:28 -0800 Subject: [PATCH] ci: use 'browsers' version of Node image --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7cfdc29..21fd936c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,9 @@ commands: jobs: default: - executor: node/default + executor: + name: node/default + tag: lts-browsers environment: CXX: "g++-4.9" steps: