From 6697f34bae4bcb2fecca45af4efc92fc4c5f2ee7 Mon Sep 17 00:00:00 2001 From: Callum Morris Date: Fri, 4 Oct 2024 13:33:55 +1300 Subject: [PATCH] fix: bump node version in reuseable-eslint From 20.x to 21.x --- .github/workflows/reusable-eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-eslint.yml b/.github/workflows/reusable-eslint.yml index 2223cad..93713e0 100644 --- a/.github/workflows/reusable-eslint.yml +++ b/.github/workflows/reusable-eslint.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: "20.x" + node-version: "21.x" - name: Install Node modules id: install-node-modules env: