File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : semantic-pull-request
22description : Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
33runs :
4- using : ' node20 '
4+ using : ' node24 '
55 main : ' dist/index.js'
66branding :
77 icon : ' shield'
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments