From 415217057f6a0bd6bf8ef6bfb7a6deec924c4cc6 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Thu, 11 Jul 2024 13:21:28 -0600 Subject: [PATCH] Updated checks.yml --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 066e12fcd..d8ebf7350 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,9 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: "16.15.1" + node-version: "22.3.0" - name: Install dependencies run: npm install - uses: ./.github/actions/setup-project