Skip to content

Commit f01c9e3

Browse files
committed
refactor: versions of project (#125)
1 parent 50ef801 commit f01c9e3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17.6
1+
v18.18.2

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.5

Taskfile.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ vars:
3737
ORGANIZATION: hadenlabs
3838
DOCKER_PLATFORM: linux/amd64
3939
REVIEWERS: luismayta
40-
PYTHON_VERSION: 3.11.2
41-
NODE_VERSION: 16.6.1
42-
TERRAFORM_VERSION: 1.3.9
40+
PYTHON_VERSION: 3.11.5
41+
NODE_VERSION: 18.18.2
42+
TERRAFORM_VERSION: 1.8.4
4343
GIT_IGNORES: python,node,go,zsh,sonar,java,maven,intellij+all,terraform,linux
4444
GOLANGCI_VERSION: 1.42.0
4545
README_FILE: README.md
@@ -128,4 +128,4 @@ tasks:
128128
environment:
129129
desc: Setup environment of project
130130
cmds:
131-
- task: python:environment
131+
- task: python:environment

0 commit comments

Comments
 (0)