From 579e9842261c29d5595088e41dc83145c08a0482 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 11 Mar 2026 15:30:09 -0400 Subject: [PATCH] build: move to node 24 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/dist.yml | 2 +- action.yml | 2 +- package-lock.json | 2 ++ 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6dac8b..9b12f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ on: push jobs: update: - runs-on: ubuntu-22.04 - name: Node 22 + runs-on: ubuntu-24.04 + name: Node 24 steps: - name: Checkout code @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - run: npm ci diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 41b72b1..5d7da06 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - run: npm ci diff --git a/action.yml b/action.yml index 4ed4f38..aa0b498 100644 --- a/action.yml +++ b/action.yml @@ -31,5 +31,5 @@ outputs: socket-path: description: 'path at which socket was created' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' diff --git a/package-lock.json b/package-lock.json index 8c6c9b3..3156ac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,6 +76,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.1.0", @@ -1970,6 +1971,7 @@ "version": "4.0.3", "inBundle": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" },