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 59c08b7 commit c2203b0Copy full SHA for c2203b0
.github/actions/bootstrap/action.yml
@@ -38,7 +38,7 @@ runs:
38
echo "full-version=${REPO_VERSION}" >> $GITHUB_OUTPUT
39
echo "major-version=$(echo ${REPO_VERSION} | cut -d"." -f1)" >> $GITHUB_OUTPUT
40
41
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
42
with:
43
cache: npm
44
cache-dependency-path: src/Elastic.Documentation.Site/package-lock.json
0 commit comments