From 5b9218bc9cb609d0b6df068542cf00a0c6f3caeb Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:18:24 +0100 Subject: [PATCH] Use node 16 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f4a19d..6790576 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ workflows: jobs: build: docker: - - image: cimg/node:current + - image: cimg/node:16.18.0 steps: - checkout - run: