Skip to content

Commit

Permalink
fix(ci): fix circleci file
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Nov 3, 2022
1 parent 584e453 commit 36595fd
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
@@ -1,12 +1,12 @@
version: 2
defaults:
defaults: &defaults
working_directory: ~/project
docker:
- image: circleci/node:latest

jobs:
setup:

<<: *defaults
steps:
- checkout
- restore_cache:
Expand All @@ -24,7 +24,7 @@ jobs:
- node_modules

lint_commit_message:

<<: *defaults
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 36595fd

Please sign in to comment.