Skip to content

Commit

Permalink
Migrate to flat config (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <[email protected]>
  • Loading branch information
TaishiKobari and sindresorhus authored Jan 21, 2025
1 parent 4a345ab commit 1cf2106
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 294 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16
- 14
- 12
- 22
- 20
- 18
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
Loading

0 comments on commit 1cf2106

Please sign in to comment.