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 9cfb5c6 commit a418043Copy full SHA for a418043
.github/workflows/build_and_deploy_docs.yaml
@@ -27,7 +27,7 @@ jobs:
27
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
28
29
- name: Set up Node
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
31
with:
32
node-version: ${{ env.NODE_VERSION }}
33
cache: npm
0 commit comments