From 3bd7d1cc174426d65ba4eea865d2363d3f738d75 Mon Sep 17 00:00:00 2001 From: collin-miller Date: Thu, 19 Mar 2026 16:36:05 -0500 Subject: [PATCH] feat(node24): upgrading for GH Runner compatibility --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f171f87..2c541a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: '20' + node-version: '24' - name: Install Dependencies run: yarn diff --git a/.nvmrc b/.nvmrc index 9a2a0e2..54c6511 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20 +v24 diff --git a/action.yml b/action.yml index 8dc80e1..aa3c6c1 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'git-changesets' description: 'Github Action to determine changed files (aka changesets)' author: 'Collin Miller' runs: - using: node20 + using: node24 main: dist/index.js inputs: token: