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 505a453 commit 6d70b4bCopy full SHA for 6d70b4b
.github/workflows/crawl.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-24.04
17
container: algolia/docsearch-scraper
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2
20
- run: 'sudo apt-get install -y jq'
21
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
22
- run: "cd /root && pipenv install"
netlify.toml
@@ -1,5 +1,5 @@
1
[build.environment]
2
- NODE_VERSION = "16"
+ NODE_VERSION = "20"
3
NPM_FLAGS = "--version" # uncomment if using pnpm to skip npm install
4
5
[build]
0 commit comments