Skip to content

Commit 1b4c903

Browse files
fix: use node lts (#385)
1 parent 6ff0a1d commit 1b4c903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parameters:
2929
default: ''
3030
type: string
3131
repo_tag:
32-
description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
32+
description: "The tag of the module repo to checkout, '' defaults to branch/PR"
3333
default: ''
3434
type: string
3535
npm_module_name:
@@ -75,6 +75,7 @@ workflows:
7575
- release-management/release-package:
7676
sign: true
7777
github-release: true
78+
node_version: lts
7879
requires:
7980
- release-management/test-package
8081
filters:

0 commit comments

Comments
 (0)