Skip to content

Commit 4a0859b

Browse files
committed
bump node
1 parent 932a885 commit 4a0859b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
nodejs 20.18.0
1+
nodejs 20.19.1
22
python 3.12.7
33
poetry 1.8.3
44
shellcheck 0.10.0
5-
actionlint 1.7.3
5+
actionlint 1.7.3

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/bin/:/home/cdkuser/node_modules/.bin"
3131

3232
# Install ASDF plugins
3333
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
34-
RUN asdf install nodejs 20.18.0
34+
RUN asdf install nodejs 20.19.1
3535

3636

3737
# copy files needed for deployment

0 commit comments

Comments
 (0)