Run actions with Node 22
The github actions were previously ran with Node 20, this bumps them to Node 22. README was also updated to reflect currently used version of Node.
This commit is contained in:
parent
855f1430ad
commit
3f1a80fbe2
7 changed files with 18 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ export COMPONENT="image-builder"
|
|||
export IMAGE="quay.io/cloudservices/image-builder-frontend"
|
||||
export APP_ROOT=$(pwd)
|
||||
export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace
|
||||
export NODE_BUILD_VERSION=18
|
||||
export NODE_BUILD_VERSION=22
|
||||
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master
|
||||
|
||||
set -exv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue