From 5fbe6912ab5eff6c00cd26ae593fdc48a76482ba Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 24 Jan 2022 17:45:01 +0100 Subject: [PATCH] ci: update Node.js Docker image (#213) --- .circleci/config.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 486ce6b..a3b186f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: circleci/node:10.15 + - image: cimg/node:16.13.2 steps: - checkout - restore_cache: diff --git a/.gitignore b/.gitignore index 68f6a60..dd871dc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ working *.pem package-lock.json yarn-error.log +.DS_Store \ No newline at end of file