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 fe77496..dbc4e52 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", @@ -1984,6 +1985,7 @@ "version": "4.0.3", "inBundle": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" },