From 1112d8ad3cba836ec0d5fd67ef891566e1531d72 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:51:05 +0000 Subject: [PATCH] [WIP] test JS CI --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index c7c7c6b2..de8f2d72 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -247,7 +247,7 @@ jobs: uses: actions/checkout@v4 - name: Install node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: 20