Skip to content

Commit

Permalink
ci: bump deprecated versions (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Jul 5, 2023
1 parent a62c2a1 commit c7a6891
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit c7a6891

Please sign in to comment.