From 1d5f36401f8bb7e1afaf128eefe6e0960ae5abdd Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Thu, 22 Feb 2024 20:07:24 +0100 Subject: [PATCH] Ensure GH uses node version 20 Ensure GH actions uses Node20 for testing building. --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e104c5bd..2be82339 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Install dependencies run: | yarn