Skip to content

Commit

Permalink
VACMS-15298: changing core nodejs version back to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Sep 19, 2023
1 parent 749c3b5 commit 8290211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=TRUE

pushd ./docroot/core
nvm install 18
nvm install 16
yarn install
yarn build:css
popd
Expand Down

0 comments on commit 8290211

Please sign in to comment.