This commit is contained in:
David Sanders 2023-07-05 14:55:10 -07:00 коммит произвёл GitHub
Родитель a62c2a1536
Коммит c7a68918cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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