Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau authored Apr 24, 2024
1 parent cc47f97 commit 01baa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
# Jobs

jobs:
build_node18:
build:
docker:
- image: cimg/node:21.7.3
steps:
Expand All @@ -18,7 +18,7 @@ workflows:

main-workflow:
jobs:
- build_node18:
- build:
filters:
tags:
only: /.*/

0 comments on commit 01baa1a

Please sign in to comment.