diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cace0c9..debc233 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20.x] + node-version: [24.x] steps: - name: Checkout diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0999d40..e7e0931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 20.x ] + node-version: [ 24.x ] steps: - name: Checkout diff --git a/action.yml b/action.yml index 1c30b61..7b65ad7 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ outputs: status: description: "Status" runs: - using: "node20" + using: "node24" main: "dist/index.js" branding: color: "green"