Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-props
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Warke committed Oct 16, 2023
2 parents 31320d4 + 5f8a6a6 commit 6439d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- checkout
- run:
Expand All @@ -27,7 +27,7 @@ jobs:
test:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- attach_workspace:
at: ~/editor
Expand All @@ -50,7 +50,7 @@ jobs:
release:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- run:
name: Create .ssh folder
Expand Down

0 comments on commit 6439d8c

Please sign in to comment.