Skip to content

Commit

Permalink
fix: use node 14 explicitly (#386)
Browse files Browse the repository at this point in the history
* fix: use node 14 explicitly

* chore: string not number

* chore: use default node v

* chore: use maintenance node v
  • Loading branch information
WillieRuemmele authored Apr 11, 2022
1 parent 1b4c903 commit c1ca07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ workflows:
- release-management/release-package:
sign: true
github-release: true
node_version: lts
node_version: maintenance
requires:
- release-management/test-package
filters:
Expand Down

0 comments on commit c1ca07d

Please sign in to comment.