We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff0a1d commit 1b4c903Copy full SHA for 1b4c903
.circleci/config.yml
@@ -29,7 +29,7 @@ parameters:
29
default: ''
30
type: string
31
repo_tag:
32
- description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
+ description: "The tag of the module repo to checkout, '' defaults to branch/PR"
33
34
35
npm_module_name:
@@ -75,6 +75,7 @@ workflows:
75
- release-management/release-package:
76
sign: true
77
github-release: true
78
+ node_version: lts
79
requires:
80
- release-management/test-package
81
filters:
0 commit comments