Skip to content

Commit

Permalink
chore: update to node18 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker authored Sep 5, 2023
1 parent 228e158 commit 80b0d58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
version: 2.1

# for testing on Windows
# https://circleci.com/docs/2.0/hello-world-windows/
orbs:
win: circleci/windows@1
win: circleci/windows@5

executors:
mac:
macos:
xcode: "13.0.0"
xcode: "14.0.1"

jobs:
mac-test:
Expand All @@ -30,7 +29,7 @@ jobs:
linux-test:
docker:
# find Docker image at https://github.com/cypress-io/cypress-docker-images
- image: cypress/base:16.18.1
- image: cypress/base:18.16.1

working_directory: ~/repo

Expand All @@ -46,7 +45,7 @@ jobs:
win-test:
working_directory: ~/app
executor:
name: win/vs2019
name: win/default
shell: bash.exe
steps:
- checkout
Expand All @@ -67,3 +66,4 @@ workflows:
context: test-runner:commit-status-checks
- mac-test:
context: test-runner:commit-status-checks

0 comments on commit 80b0d58

Please sign in to comment.