diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 851b064..06e55fe 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -43,7 +43,12 @@ pipelines: - npm ci - step: name: Deploy to ContentDB + caches: + - node-modules + - npm + - nvm script: + - nvm use v17.2.0 - npm run push:ci -- --token=$CONTENT_DB_X_BOWS_TOKEN --title=$BITBUCKET_TAG definitions: caches: