From c7a68918cf6f99f85e07c4c63f0965e72a76b4a3 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 5 Jul 2023 14:55:10 -0700 Subject: [PATCH] ci: bump deprecated versions (#3267) --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8808e341..0e9e1c115 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,11 +10,11 @@ executors: - image: cimg/base:stable macos: macos: - xcode: '13.4.0' + xcode: '14.3.0' resource_class: macos.x86.medium.gen2 windows: machine: - image: windows-server-2019-vs2019:stable + image: windows-server-2022-gui:stable resource_class: windows.medium shell: bash @@ -23,8 +23,8 @@ commands: steps: - run: git config --global core.autocrlf input - node/install: - node-version: '14.18.0' - - run: nvm use 14.18.0 + node-version: '18.15.0' + - run: nvm use 18.15.0 - checkout - restore_cache: name: Restore Cached Dependencies