From 306316d3a9329cd12f354c081daebf21cca85fcd Mon Sep 17 00:00:00 2001 From: collin-miller Date: Thu, 19 Mar 2026 16:30:07 -0500 Subject: [PATCH] feat(node20): 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 135473d..f171f87 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: '16' + node-version: '20' - name: Install Dependencies run: yarn diff --git a/.nvmrc b/.nvmrc index 50e4b92..9a2a0e2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.18.0 +v20 diff --git a/action.yml b/action.yml index bcce0e2..8dc80e1 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: node16 + using: node20 main: dist/index.js inputs: token: