We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932a885 commit 4a0859bCopy full SHA for 4a0859b
.tool-versions
@@ -1,5 +1,5 @@
1
-nodejs 20.18.0
+nodejs 20.19.1
2
python 3.12.7
3
poetry 1.8.3
4
shellcheck 0.10.0
5
-actionlint 1.7.3
+actionlint 1.7.3
docker/Dockerfile
@@ -31,7 +31,7 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/bin/:/home/cdkuser/node_modules/.bin"
31
32
# Install ASDF plugins
33
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
34
-RUN asdf install nodejs 20.18.0
+RUN asdf install nodejs 20.19.1
35
36
37
# copy files needed for deployment
0 commit comments