From 15c0a1ff5f0882845ca54f99b3e25c903e75bcb7 Mon Sep 17 00:00:00 2001 From: cesar2532 Date: Fri, 13 Mar 2026 10:20:35 -0500 Subject: [PATCH] update nodejs --- .github/workflows/build-and-review-pr.yml | 1 + README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-review-pr.yml b/.github/workflows/build-and-review-pr.yml index 67e987c..6d8bd64 100644 --- a/.github/workflows/build-and-review-pr.yml +++ b/.github/workflows/build-and-review-pr.yml @@ -60,3 +60,4 @@ jobs: # The npm script to run to build the action. This is typically 'npm run build' if the # action needs to be compiled. For composite-run-steps actions this is typically empty. build-command: 'npm run build' + node-version: '24.x' diff --git a/README.md b/README.md index 2ce5d89..fecd95b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ jobs: - name: Create GitHub Deployment id: defaults continue-on-error: true # Setting to true so the job doesn't fail if updating the board fails. - uses: im-open/create-github-deployment@v1.0.9 # You may also reference just the major or major.minor version + uses: im-open/create-github-deployment@v1.0.10 # You may also reference just the major or major.minor version with: workflow-actor: ${{ github.actor }} # This will add the user who kicked off the workflow to the deployment payload token: ${{ secrets.GITHUB_TOKEN }} # If a different token is used, update github-login with the corresponding account diff --git a/action.yml b/action.yml index c3b9202..203c602 100644 --- a/action.yml +++ b/action.yml @@ -32,5 +32,5 @@ outputs: description: The id of the GitHub deployment object runs: - using: node20 + using: node24 main: dist/index.js