Skip to content

Commit

Permalink
Merge pull request #41 from matzkoh/matzkoh-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
matzkoh authored Sep 24, 2021
2 parents e82f663 + 3a75e82 commit 7d91832
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ orbs:

jobs:
deploy:
executor: node/default
executor:
name: node/default
tag: &node-ver '16.10'
steps:
- checkout
- run: npx semantic-release
Expand All @@ -14,6 +16,7 @@ workflows:
test_and_deploy:
jobs:
- node/test:
version: *node-ver
run-command: ci:test
- deploy:
requires:
Expand Down

0 comments on commit 7d91832

Please sign in to comment.