From ac7d2af3ed0ee6f4533a18e39d3e8b63f48c658d Mon Sep 17 00:00:00 2001 From: Ricardo Devis Agullo Date: Sun, 5 May 2024 08:31:43 +0200 Subject: [PATCH] set node to 20 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a66e7bb..c161d34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "20" # Install and build Docusaurus website - name: Build Docusaurus website run: |