ci: use 'browsers' version of Node image

This commit is contained in:
Christopher Willis-Ford 2022-11-22 14:45:28 -08:00
parent bb83826827
commit 78f9a60330

View file

@ -35,7 +35,9 @@ commands:
jobs:
default:
executor: node/default
executor:
name: node/default
tag: lts-browsers
environment:
CXX: "g++-4.9"
steps: