From 098fe9300b2dfe641db8293ac2947b6c27833dea Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 2 Aug 2024 10:42:28 +0100 Subject: [PATCH] =?UTF-8?q?Again=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42bdce1..b426bd6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,9 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Assuming there's an upcoming version that supports Node.js 20 + with: + node-version: '20' - name: Set up Node.js uses: actions/setup-node@v4