Skip to content

Commit

Permalink
Revert "ci: update circleci runner (cypress-io#1079)"
Browse files Browse the repository at this point in the history
This reverts commit 6d0037f.
  • Loading branch information
MikeMcC399 committed Jun 4, 2024
1 parent 3f081b2 commit 4c1eaaa
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,7 +3,7 @@
version: 2.1

orbs:
node: circleci/node@5.2.0
node: circleci/node@5.0.0

commands:
expand-env-file:
Expand Down Expand Up @@ -43,7 +43,7 @@ commands:
jobs:
check-factory-versions:
machine:
image: ubuntu-2204:2024.04.4
image: ubuntu-2204:2022.10.2
steps:
- checkout
- expand-env-file
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
working_directory: factory/test-project
check-node-override-version:
machine:
image: ubuntu-2204:2024.04.4
image: ubuntu-2204:2022.10.2
steps:
- checkout
- expand-env-file
Expand All @@ -164,7 +164,7 @@ jobs:
working_directory: factory/test-project
test-image:
machine:
image: ubuntu-2204:2024.04.4
image: ubuntu-2204:2022.10.2
parameters:
target:
type: string
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

push:
machine:
image: ubuntu-2204:2024.04.4
image: ubuntu-2204:2022.10.2
parameters:
target:
type: string
Expand Down

0 comments on commit 4c1eaaa

Please sign in to comment.