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 18, 2022
1 parent cdbc521 commit 9f5b5b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,7 @@ workflows:
filters:
<<: *filters_version_tag
requires:
- test-v<< matrix.node-version >>
name: publish-v<< matrix.node-version >>
matrix:
parameters:
node-version: [ "16.14", "14.19" ]
- test-v16.14

renovate-nori-build-test:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"volta": {
"node": "16.14.0",
"node": "16.14.1",
"npm": "7.20.2"
}
}

0 comments on commit 9f5b5b1

Please sign in to comment.