From 5c49f8cb8cd56afe6b0009427b3d2a572cdad896 Mon Sep 17 00:00:00 2001 From: JasonVranek Date: Thu, 12 Sep 2024 12:16:13 -0700 Subject: [PATCH] Update static.yml (#41) --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3d9dbda..a88b55a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 21.x cache: yarn cache-dependency-path: ./package-lock.json - name: Install dependencies