diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b6972071..1d97adda 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.3.0 with: - node-version: '20' + node-version: '24' - run: npm run build-dist - name: Check if build left artifacts run: git diff --exit-code --ignore-space-at-eol @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.3.0 with: - node-version: '20' + node-version: '24' - run: npm ci - run: npm test env: @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.3.0 with: - node-version: '20' + node-version: '24' - run: npm install --production - run: npm test env: @@ -110,7 +110,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.3.0 with: - node-version: '20' + node-version: '24' - run: npm ci - run: npm test env: diff --git a/action.yml b/action.yml index 76b02371..c2ec35a4 100644 --- a/action.yml +++ b/action.yml @@ -98,5 +98,5 @@ outputs: description: The commit unique id of the execution action version runs: - using: node20 + using: node24 main: dist/index.js diff --git a/package-lock.json b/package-lock.json index de5d33ba..72a3f89e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "yarn": "1.22.22" }, "engines": { - "node": ">=20" + "node": ">=24" } }, "node_modules/@actions/core": { diff --git a/package.json b/package.json index 73d9a083..3db81136 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ "yarn": "1.22.22" }, "engines": { - "node": ">=20" + "node": ">=24" } }