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 07887c3 commit 29d0e95Copy full SHA for 29d0e95
.github/workflows/nodejs.yml
@@ -11,7 +11,8 @@ jobs:
11
matrix:
12
node-version:
13
- 20.x
14
- - 21
+ - 22.x
15
+ - 23.x
16
steps:
17
- uses: actions/checkout@v4
18
- uses: oven-sh/setup-bun@v1
.putout.json
@@ -4,8 +4,5 @@
4
"{lib,bin,test}": {
5
"madrun": "off"
6
}
7
- },
8
- "rules": {
9
- "github/set-node-versions": "off"
10
0 commit comments