From bbc24ba1d0d7300f625af9e4e029c6c63ca99d2e Mon Sep 17 00:00:00 2001 From: Nicola Franco Date: Wed, 18 Jun 2025 14:36:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(documentation):=20adding=20?= =?UTF-8?q?documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 29ff9800..b874bbf1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' cache-dependency-path: 'docs/package-lock.json' @@ -88,7 +88,7 @@ jobs: - name: Setup Node.js for Wrangler uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install Wrangler run: npm install -g wrangler