Install Node.js 16 and 18 by default (and 20 additionally) (#98)
* Install Node.js 16 and 18 by default (and 20 additionally) * Use caching for go test
This commit is contained in:
@@ -10,7 +10,8 @@ ARG FROM_IMAGE
|
||||
ARG FROM_TAG
|
||||
|
||||
# > Our custom ARGs
|
||||
ARG NODE_VERSION="12 16"
|
||||
# latest Node.js LTS versions
|
||||
ARG NODE_VERSION="16 18"
|
||||
ARG DISTRO=ubuntu
|
||||
ARG TYPE=act
|
||||
ARG RUNNER
|
||||
|
||||
Reference in New Issue
Block a user