Skip to content

Commit

Permalink
fix: use node lts (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Apr 11, 2022
1 parent 6ff0a1d commit 1b4c903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
default: ''
type: string
repo_tag:
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"
default: ''
type: string
npm_module_name:
Expand Down Expand Up @@ -75,6 +75,7 @@ workflows:
- release-management/release-package:
sign: true
github-release: true
node_version: lts
requires:
- release-management/test-package
filters:
Expand Down

0 comments on commit 1b4c903

Please sign in to comment.