Skip to content

Commit 6d70b4b

Browse files
committed
docs: 🔁
1 parent 505a453 commit 6d70b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crawl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
container: algolia/docsearch-scraper
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v2
2020
- run: 'sudo apt-get install -y jq'
2121
- run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV'
2222
- run: "cd /root && pipenv install"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build.environment]
2-
NODE_VERSION = "16"
2+
NODE_VERSION = "20"
33
NPM_FLAGS = "--version" # uncomment if using pnpm to skip npm install
44

55
[build]

0 commit comments

Comments
 (0)