Skip to content

Commit

Permalink
feat(ASDF): upgrade language versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Feb 8, 2023
1 parent 703fef3 commit 7a79de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.profile_slug}}/profile/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ asdf_plugins:
- name: "nodejs"
repository: ""
versions:
- 14.15.0
global: 14.15.0
- 18.14.0
global: 18.14.0
- name: "python"
repository: ""
environment:
PYTHON_CONFIGURE_OPTS: "--enable-framework"
versions:
- 3.8.10
global: 3.8.10
- 3.9.16
global: 3.9.16

# Default Python Packages
default_python_packages:
Expand Down

0 comments on commit 7a79de1

Please sign in to comment.