Skip to content

Commit 51274a1

Browse files
authored
Add working poetry and yarn versions to .tool-versions (nhs-england-tools#125)
<!-- markdownlint-disable-next-line first-line-heading --> ## Description This stops `asdf` from throwing an *incredibly* obnoxious error the first time you try to run the `poetry` binary it's literally just installed for you: ``` $ poetry --help No version is set for command poetry Consider adding one of the following versions in your config file at /Users/alex/src/repository-template/.tool-versions poetry 1.6.1 ``` ## Type of changes - [ ] Refactoring (non-breaking change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [x] Bug fix (non-breaking change which fixes an issue)
1 parent fac3252 commit 51274a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
nodejs 18.17.1 # Always check AWS and Azure runtime support
22
python 3.11.4 # Always check AWS and Azure runtime support
3+
poetry 1.6.1
4+
yarn 1.22.19
35
terraform 1.5.6
46
pre-commit 3.3.3
57

0 commit comments

Comments
 (0)