From 7be90b2e0caf3db09b9f6627e1086e0657704287 Mon Sep 17 00:00:00 2001 From: Lon Hutt Date: Wed, 12 Feb 2025 15:33:02 -0700 Subject: [PATCH] node version bump for 'publish' action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f1da6a..fb4a055 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node version uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: 'npm' - name: 📦 Install dependencies