Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Dec 4, 2023
1 parent ee60272 commit de4f1aa
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 @@ -42,15 +42,15 @@ jobs:
echo "node: $(node --version)"
- when:
condition:
matches: { pattern: "^14$", value: << parameters.version >> }
matches: { pattern: "14.0", value: << parameters.version >> }
steps:
- run:
name: Install dependencies - legacy mode
command: npm install
- when:
condition:
not:
matches: { pattern: "^14$", value: << parameters.version >> }
matches: { pattern: "14.0", value: << parameters.version >> }
steps:
- run:
name: Install dependencies
Expand Down

0 comments on commit de4f1aa

Please # to comment.