fix: update nodejs

This commit is contained in:
Jakub Panek
2026-01-24 01:37:02 +01:00
committed by GitHub
parent c7f3bf0ac9
commit 9bf5e40138
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ARG FROM_TAG
# > Our custom ARGs
# latest Node.js LTS versions
ARG NODE_VERSION="16 18"
ARG NODE_VERSION="20 24"
ARG DISTRO=ubuntu
ARG TYPE=act
ARG RUNNER