Skip to content

Commit

Permalink
Only run the publish job once
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomurrell committed Mar 17, 2022
1 parent b00458f commit 386f1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,4 @@ workflows:
filters:
<<: *filters_release_package_build
requires:
- test-node-v<< matrix.node-version >>
name: publish-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
- test-node-v16.14
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16

0 comments on commit 386f1cd

Please sign in to comment.