diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1f74d1..36b6fda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x - name: Install project dependencies run: npm install --also=dev diff --git a/.tool-versions b/.tool-versions index 4076189..78dcfe6 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.6.1 +nodejs 24.14.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c07ea2..63072ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Bump Node version to 24. + ## 1.5.1 (2023-10-25) - Bump Node version to 20. diff --git a/action.yml b/action.yml index e3374a1..4c665b0 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: 'A string with a JSON that holds variables that will be used when rendering the Mustache templates' required: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'message-circle' diff --git a/package-lock.json b/package-lock.json index 4aded49..c8fd2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pr-commenter-action", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pr-commenter-action", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1",