From b61679802e774ca3ce86a65a7b83701b73ef703f Mon Sep 17 00:00:00 2001 From: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:03:39 +0100 Subject: [PATCH] node config --- .github/workflows/testing-windows.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testing-windows.yml b/.github/workflows/testing-windows.yml index fe07821..bbd4248 100644 --- a/.github/workflows/testing-windows.yml +++ b/.github/workflows/testing-windows.yml @@ -50,6 +50,11 @@ jobs: - name: Configuring node & npm uses: actions/setup-node@v4 + with: + node-version: lts/iron + + - name: Installing node stuff + run: npm ci - name: Initialise moodle-plugin-ci shell: bash