Skip to content

Commit 8d97220

Browse files
committed
Update release-please to include v11.x and use Node ^22
1 parent d89dbaf commit 8d97220

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- v11.x
8+
workflow_dispatch:
79

810
permissions:
911
contents: read
@@ -38,8 +40,7 @@ jobs:
3840
show-progress: false
3941
- uses: actions/setup-node@v5
4042
with:
41-
# The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
42-
node-version: '22.11.0'
43+
node-version: '22'
4344
registry-url: 'https://registry.npmjs.org'
4445

4546
- name: Install dependencies

0 commit comments

Comments
 (0)