From 6d70b4b2d605d10adf37ed182021fffc6c29d9d6 Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Fri, 3 Jan 2025 17:07:08 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=94=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/crawl.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]