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: