Skip to content

Commit ed61036

Browse files
committed
ci: upgrade node version in w
orkflow to v24
1 parent 7752271 commit ed61036

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
- uses: ./
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
- run: yarn install
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- run: yarn install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: semantic-pull-request
22
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
33
runs:
4-
using: 'node20'
4+
using: 'node24'
55
main: 'dist/index.js'
66
branding:
77
icon: 'shield'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"rollup": "^4.46.2"
4343
},
4444
"engines": {
45-
"node": "^20.0.0"
45+
"node": "^24.0.0"
4646
},
4747
"prettier": "eslint-config-molindo/.prettierrc.json"
4848
}

0 commit comments

Comments
 (0)