From 3402417a60a5a30e6ba0750ed460e7e147b68c32 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 22 Mar 2024 09:52:42 -0400 Subject: [PATCH] update circle to remove deprecated executors and update to node 20 --- .node-version | 2 +- circle.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.node-version b/.node-version index 3876fd49..2dbbe00e 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.16.1 +20.11.1 diff --git a/circle.yml b/circle.yml index f9d2dfc6..0fdabd25 100644 --- a/circle.yml +++ b/circle.yml @@ -8,17 +8,17 @@ orbs: win: circleci/windows@5 executors: - node18-lts: + node20-lts: docker: - - image: cypress/base:18.16.1 + - image: cypress/base:20.11.1 mac: macos: - xcode: "14.3.1" - resource_class: macos.x86.medium.gen2 + xcode: "15.3.0" + resource_class: macos.m1.medium.gen1 jobs: lint: - executor: node18-lts + executor: node20-lts steps: - attach_workspace: at: ~/ @@ -29,7 +29,7 @@ workflows: build: jobs: - cypress/run: - executor: node18-lts + executor: node20-lts name: Linux test record: true start: npm start