diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index ed394916..3fda2d01 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-24.04 container: algolia/docsearch-scraper steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - run: 'sudo apt-get install -y jq' - run: 'echo "CONFIG=$(cat docs/.algolia/config.json | jq -r tostring)" >> $GITHUB_ENV' - run: "cd /root && pipenv install" diff --git a/netlify.toml b/netlify.toml index eaad2ffa..0de18d43 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - NODE_VERSION = "16" + NODE_VERSION = "20" NPM_FLAGS = "--version" # uncomment if using pnpm to skip npm install [build]