We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89dbaf commit 8d97220Copy full SHA for 8d97220
.github/workflows/release-please.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ - v11.x
8
+ workflow_dispatch:
9
10
permissions:
11
contents: read
@@ -38,8 +40,7 @@ jobs:
38
40
show-progress: false
39
41
- uses: actions/setup-node@v5
42
with:
- # The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
- node-version: '22.11.0'
43
+ node-version: '22'
44
registry-url: 'https://registry.npmjs.org'
45
46
- name: Install dependencies
0 commit comments