Skip to content

Commit 29d0e95

Browse files
committed
chore: lint
1 parent 07887c3 commit 29d0e95

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
matrix:
1212
node-version:
1313
- 20.x
14-
- 21
14+
- 22.x
15+
- 23.x
1516
steps:
1617
- uses: actions/checkout@v4
1718
- uses: oven-sh/setup-bun@v1

.putout.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"{lib,bin,test}": {
55
"madrun": "off"
66
}
7-
},
8-
"rules": {
9-
"github/set-node-versions": "off"
107
}
118
}

0 commit comments

Comments
 (0)