diff --git a/.github/actions/ci-setup/action.yml b/.github/actions/ci-setup/action.yml index 00f2352..dfe56eb 100644 --- a/.github/actions/ci-setup/action.yml +++ b/.github/actions/ci-setup/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: ".node-version" cache: yarn diff --git a/.node-version b/.node-version index 620c5e1..c519bf5 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v22.9.0 +v24.11.0 diff --git a/action.yml b/action.yml index 5b74bec..863d571 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Changesets description: A GitHub action to automate releases with Changesets runs: - using: "node20" + using: "node24" main: "dist/index.js" inputs: publish: diff --git a/package.json b/package.json index c591185..5486892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@step-security/action", - "version": "1.5.3", + "version": "1.6.0", "main": "dist/index.js", "type": "module", "license": "MIT", @@ -31,7 +31,7 @@ "changeset": "changeset" }, "engines": { - "node": ">= 20" + "node": ">= 24" }, "dependencies": { "@actions/core": "^1.11.1",