Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 30, 2023
1 parent 082fe61 commit 09ef317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
- 21.0
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
Expand Down
5 changes: 4 additions & 1 deletion .putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"{lib,bin,test}": {
"madrun": "off"
}
},
"rules": {
"github/set-node-versions": "off"
}
}
}

0 comments on commit 09ef317

Please sign in to comment.