Skip to content

Commit

Permalink
update circle to remove deprecated executors and update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Mar 22, 2024
1 parent 4d013a9 commit 3402417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.11.1
12 changes: 6 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~/
Expand All @@ -29,7 +29,7 @@ workflows:
build:
jobs:
- cypress/run:
executor: node18-lts
executor: node20-lts
name: Linux test
record: true
start: npm start
Expand Down

0 comments on commit 3402417

Please sign in to comment.