We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f92d commit 7b1fa64Copy full SHA for 7b1fa64
.buildkite/pipeline.yml
@@ -128,6 +128,9 @@ steps:
128
echo "--- :node: Set up Node environment"
129
nvm install && nvm use
130
131
+ # Restore the caches, if any
132
+ .buildkite/commands/install-node-dependencies.sh --restore-only
133
+
134
echo "--- :npm: Install Node dependencies"
135
npm ci --unsafe-perm --prefer-offline --no-audit --no-progress
136
0 commit comments