From 8289cb70608ab3cded122ea6a8110e4429aa9858 Mon Sep 17 00:00:00 2001 From: celder628 Date: Mon, 3 Jun 2024 15:14:05 -0400 Subject: [PATCH] Update pr.yml Update Node to Node20 Signed-off-by: celder628 --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5ce487c..986cb1c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,10 +27,10 @@ jobs: with: distribution: 'temurin' java-version: '11' - - name: Use Node.js 12 + - name: Use Node.js 20 uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 20 - name: Install Fabric dependencies run: | sudo mkdir -p /opt/fabric