Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

bump node version in ci #270

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: 2.1
orbs:
cypress: cypress-io/cypress@1
executors:
node12-lts:
node18-lts:
docker:
- image: cypress/base:12
- image: cypress/base:18.12.1
workflows:
build:
jobs:
- cypress/run:
executor: node12-lts
executor: node18-lts
no-workspace: true
post-steps:
- run: npx cypress-expect run --config-file cypress-markdown.config.js --min-passing 26
Expand Down